summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnumi.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-25 00:33:44 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-27 22:59:29 -0600
commit1a8ac8b2df40edd0b17825e2ca0cb170061d0ff1 (patch)
treeed2f435b817f5dcfc7e5df588966de3337f78ea0 /xmloff/source/style/xmlnumi.cxx
parent739146b75d8f3e537759925ba6e17cddd28e1acf (diff)
String and OUString cleaning in xmloff
Change-Id: I85d7fd7733814c60a048a7f87d43fbcbb83b0eb0
Diffstat (limited to 'xmloff/source/style/xmlnumi.cxx')
-rw-r--r--xmloff/source/style/xmlnumi.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx
index 8f93f909e2df..9d0dec5ffc91 100644
--- a/xmloff/source/style/xmlnumi.cxx
+++ b/xmloff/source/style/xmlnumi.cxx
@@ -34,7 +34,6 @@
#include <tools/debug.hxx>
#include <tools/fontenum.hxx>
-#include <tools/string.hxx>
#include <sax/tools/converter.hxx>
@@ -55,9 +54,6 @@
#include <xmloff/xmlnumi.hxx>
-using ::rtl::OUString;
-using ::rtl::OUStringBuffer;
-
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::style;
@@ -69,9 +65,6 @@ using namespace ::com::sun::star::frame;
using namespace ::xmloff::token;
using namespace ::com::sun::star::io;
-using rtl::OUString;
-using rtl::OUStringBuffer;
-
static sal_Char const XML_UNO_NAME_NRULE_SYMBOL_TEXT_DISTANCE[] =
"SymbolTextDistance";
static sal_Char const XML_UNO_NAME_NRULE_PARENT_NUMBERING[] =
@@ -491,7 +484,7 @@ Sequence<beans::PropertyValue> SvxXMLListLevelStyleContext_Impl::GetProperties(
|| ((300 == nUPD) && (nBuildId <= 9573))))
{
// #i93908# OOo < 3.4 wrote a bogus suffix for bullet chars
- sSuffix = ::rtl::OUString(); // clear it
+ sSuffix = OUString(); // clear it
}
}