[Libreoffice-commits] .: vcl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 9 01:51:58 PDT 2012


 vcl/source/control/fixed.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1e456c0cb1e0d635713b1e0ad8ca6cfa3950f547
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Oct 9 10:49:43 2012 +0200

    vcl: -Werror=return-type
    
    Change-Id: I82d7041ca12dffb946758b667d02ba2d9aa7c4bc

diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index 55a1338..785f65c 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);


More information about the Libreoffice-commits mailing list