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.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/misc/numberingtypelistbox.cxx b/sw/source/ui/misc/numberingtypelistbox.cxx
index 8c2618bc4654..7b837f5a2fea 100644
--- a/sw/source/ui/misc/numberingtypelistbox.cxx
+++ b/sw/source/ui/misc/numberingtypelistbox.cxx
@@ -30,7 +30,6 @@
using namespace com::sun::star;
-using ::rtl::OUString;
struct SwNumberingTypeListBox_Impl
{
@@ -59,7 +58,7 @@ SwNumberingTypeListBox::SwNumberingTypeListBox( Window* pWin, WinBits nStyle ) :
pImpl->xInfo = uno::Reference<text::XNumberingTypeInfo>(xDefNum, uno::UNO_QUERY);
}
-bool SwNumberingTypeListBox::set_property(const rtl::OString &rKey, const rtl::OString &rValue)
+bool SwNumberingTypeListBox::set_property(const OString &rKey, const OString &rValue)
{
if (rKey.equalsL(RTL_CONSTASCII_STRINGPARAM("type")))
Reload(rValue.toInt32());