summaryrefslogtreecommitdiffstats
path: root/xmloff/source/chart/SchXMLTextListContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/SchXMLTextListContext.cxx')
-rw-r--r--xmloff/source/chart/SchXMLTextListContext.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLTextListContext.cxx b/xmloff/source/chart/SchXMLTextListContext.cxx
index f9d17e03d81a..fbf15a2481ec 100644
--- a/xmloff/source/chart/SchXMLTextListContext.cxx
+++ b/xmloff/source/chart/SchXMLTextListContext.cxx
@@ -26,7 +26,6 @@
#include <xmloff/xmltoken.hxx>
#include <xmloff/nmspmap.hxx>
-using ::rtl::OUString;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Reference;
using namespace com::sun::star;
@@ -43,11 +42,11 @@ public:
virtual SvXMLImportContext* CreateChildContext(
sal_uInt16 nPrefix,
- const ::rtl::OUString& rLocalName,
+ const OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList );
private:
- ::rtl::OUString& m_rText;
+ OUString& m_rText;
};
SchXMLListItemContext::SchXMLListItemContext(