Kaydet (Commit) 1e456c0c authored tarafından Michael Stahl's avatar Michael Stahl

vcl: -Werror=return-type

Change-Id: I82d7041ca12dffb946758b667d02ba2d9aa7c4bc
üst 03c2bd42
......@@ -472,6 +472,7 @@ bool FixedText::set_property(const rtl::OString &rKey, const rtl::OString &rValu
if (rKey == "max-width-chars")
{
setMaxWidthChars(rValue.toInt32());
return true;
}
else
return Control::set_property(rKey, rValue);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment