summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/numberingtypelistbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/misc/numberingtypelistbox.cxx')
-rw-r--r--sw/source/ui/misc/numberingtypelistbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/misc/numberingtypelistbox.cxx b/sw/source/ui/misc/numberingtypelistbox.cxx
index 224dab5a4f3a..79162c16f8aa 100644
--- a/sw/source/ui/misc/numberingtypelistbox.cxx
+++ b/sw/source/ui/misc/numberingtypelistbox.cxx
@@ -48,7 +48,7 @@ SwNumberingTypeListBox::SwNumberingTypeListBox( Window* pWin, WinBits nStyle ) :
bool SwNumberingTypeListBox::set_property(const OString &rKey, const OString &rValue)
{
- if (rKey.equalsL(RTL_CONSTASCII_STRINGPARAM("type")))
+ if (rKey == "type")
Reload(rValue.toInt32());
else
return ListBox::set_property(rKey, rValue);