summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/node.cxx')
-rw-r--r--unoxml/source/dom/node.cxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx
index ac386c3b5eb0..aab0ffe9430b 100644
--- a/unoxml/source/dom/node.cxx
+++ b/unoxml/source/dom/node.cxx
@@ -43,9 +43,11 @@
#include "../events/eventdispatcher.hxx"
#include "../events/mutationevent.hxx"
-
-
-using namespace ::com::sun::star;
+using namespace css;
+using namespace css::uno;
+using namespace css::xml::dom;
+using namespace css::xml::dom::events;
+using namespace css::xml::sax;
namespace
{
@@ -987,7 +989,7 @@ namespace DOM
// --- XEventTarget
void SAL_CALL CNode::addEventListener(const OUString& eventType,
- const Reference< com::sun::star::xml::dom::events::XEventListener >& listener,
+ const Reference< css::xml::dom::events::XEventListener >& listener,
sal_Bool useCapture)
throw (RuntimeException, std::exception)
{
@@ -999,7 +1001,7 @@ namespace DOM
}
void SAL_CALL CNode::removeEventListener(const OUString& eventType,
- const Reference< com::sun::star::xml::dom::events::XEventListener >& listener,
+ const Reference< css::xml::dom::events::XEventListener >& listener,
sal_Bool useCapture)
throw (RuntimeException, std::exception)
{