summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/attr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/attr.hxx')
-rw-r--r--unoxml/source/dom/attr.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unoxml/source/dom/attr.hxx b/unoxml/source/dom/attr.hxx
index d4bc835f33e5..9a472b9e6b97 100644
--- a/unoxml/source/dom/attr.hxx
+++ b/unoxml/source/dom/attr.hxx
@@ -32,13 +32,12 @@
#include <node.hxx>
-using ::rtl::OUString;
using namespace com::sun::star::uno;
using namespace com::sun::star::xml::dom;
namespace DOM
{
- typedef ::std::pair< ::rtl::OString, ::rtl::OString > stringpair_t;
+ typedef ::std::pair< OString, OString > stringpair_t;
typedef ::cppu::ImplInheritanceHelper1< CNode, XAttr > CAttr_Base;