diff options
Diffstat (limited to 'unoxml/source/dom/notationsmap.hxx')
-rw-r--r-- | unoxml/source/dom/notationsmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/notationsmap.hxx b/unoxml/source/dom/notationsmap.hxx index a3eabc7d44d7..86f838fff713 100644 --- a/unoxml/source/dom/notationsmap.hxx +++ b/unoxml/source/dom/notationsmap.hxx @@ -41,7 +41,7 @@ #include "document.hxx" #include "documenttype.hxx" -using namespace rtl; +using ::rtl::OUString; using namespace com::sun::star::uno; using namespace com::sun::star::xml::dom; |