summaryrefslogtreecommitdiff
path: root/sw/source/core/swg/SwXMLBlockListContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/swg/SwXMLBlockListContext.cxx')
-rw-r--r--sw/source/core/swg/SwXMLBlockListContext.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/swg/SwXMLBlockListContext.cxx b/sw/source/core/swg/SwXMLBlockListContext.cxx
index 586a43d4b7d3..c1bf14ee2a2a 100644
--- a/sw/source/core/swg/SwXMLBlockListContext.cxx
+++ b/sw/source/core/swg/SwXMLBlockListContext.cxx
@@ -28,7 +28,6 @@
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star;
using namespace ::xmloff::token;
-using ::rtl::OUString;
SwXMLBlockListContext::SwXMLBlockListContext(
SwXMLBlockListImport& rImport,
@@ -223,7 +222,7 @@ SwXMLTextBlockParContext::SwXMLTextBlockParContext(
{
}
-void SwXMLTextBlockParContext::Characters( const ::rtl::OUString& rChars )
+void SwXMLTextBlockParContext::Characters( const OUString& rChars )
{
rLocalRef.m_rText.Append ( rChars.getStr());
}