summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/fixed.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index 55a133800326..785f65c41db4 100644
--- a/vcl/source/control/fixed.cxx
+++ b/vcl/source/control/fixed.cxx
@@ -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);