summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
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;