summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-09 20:13:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-09 21:33:20 +0100
commitf2b34cb356bf858eb5108fe76e3595597179a88f (patch)
treea2fa9b60ff86d43367a691f1533797f5fea4ba5a /vcl
parentd00dc669964bb407a49420ecddf0647a5276c3f6 (diff)
merge double fix
Change-Id: Id213a881bbb56fbd6a8e16e8a40ce1dc3e57cab7
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/fixed.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index 9409fe6698ac..254494c49b56 100644
--- a/vcl/source/control/fixed.cxx
+++ b/vcl/source/control/fixed.cxx
@@ -470,10 +470,7 @@ void FixedText::setMaxWidthChars(sal_Int32 nWidth)
bool FixedText::set_property(const rtl::OString &rKey, const rtl::OString &rValue)
{
if (rKey == "max-width-chars")
- {
setMaxWidthChars(rValue.toInt32());
- return true;
- }
else
return Control::set_property(rKey, rValue);
return true;