summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/document.hxx')
-rw-r--r--unoxml/source/dom/document.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unoxml/source/dom/document.hxx b/unoxml/source/dom/document.hxx
index f2c9a761cebb..97c08cfafc2c 100644
--- a/unoxml/source/dom/document.hxx
+++ b/unoxml/source/dom/document.hxx
@@ -50,7 +50,6 @@
using namespace std;
-using ::rtl::OUString;
using namespace com::sun::star;
using namespace com::sun::star::uno;
using namespace com::sun::star::xml::sax;
@@ -382,7 +381,7 @@ namespace DOM
virtual void SAL_CALL fastSerialize( const Reference< XFastDocumentHandler >& handler,
const Reference< XFastTokenHandler >& tokenHandler,
const Sequence< beans::StringPair >& i_rNamespaces,
- const Sequence< beans::Pair< rtl::OUString, sal_Int32 > >& namespaces )
+ const Sequence< beans::Pair< OUString, sal_Int32 > >& namespaces )
throw (SAXException, RuntimeException);
};
}