summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/comment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/comment.cxx')
-rw-r--r--unoxml/source/dom/comment.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/unoxml/source/dom/comment.cxx b/unoxml/source/dom/comment.cxx
index 325e9d10eb48..b6a1da8a9221 100644
--- a/unoxml/source/dom/comment.cxx
+++ b/unoxml/source/dom/comment.cxx
@@ -21,6 +21,9 @@
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
+using namespace css::uno;
+using namespace css::xml::dom;
+using namespace css::xml::sax;
namespace DOM
{