summaryrefslogtreecommitdiffstats
path: root/xmloff/source/core/XMLBase64ImportContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/XMLBase64ImportContext.cxx')
-rw-r--r--xmloff/source/core/XMLBase64ImportContext.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/source/core/XMLBase64ImportContext.cxx b/xmloff/source/core/XMLBase64ImportContext.cxx
index cfca4e01b290..22a6f464b6b9 100644
--- a/xmloff/source/core/XMLBase64ImportContext.cxx
+++ b/xmloff/source/core/XMLBase64ImportContext.cxx
@@ -25,8 +25,6 @@
#include <xmloff/xmlimp.hxx>
#include <xmloff/XMLBase64ImportContext.hxx>
-using ::rtl::OUString;
-using ::rtl::OUStringBuffer;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::xml::sax;
@@ -56,7 +54,7 @@ void XMLBase64ImportContext::EndElement()
xOut->closeOutput();
}
-void XMLBase64ImportContext::Characters( const ::rtl::OUString& rChars )
+void XMLBase64ImportContext::Characters( const OUString& rChars )
{
OUString sTrimmedChars( rChars. trim() );
if( !sTrimmedChars.isEmpty() )