summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-10-09 10:49:43 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-09 10:49:43 +0200
commit1e456c0cb1e0d635713b1e0ad8ca6cfa3950f547 (patch)
tree935951da36a9917a9a60f4283bfeac913d06e4a8 /vcl
parent03c2bd42d03cd2cd3999d3527b59a14de2170756 (diff)
vcl: -Werror=return-type
Change-Id: I82d7041ca12dffb946758b667d02ba2d9aa7c4bc
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);