summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/element.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/element.cxx')
-rw-r--r--unoxml/source/dom/element.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/unoxml/source/dom/element.cxx b/unoxml/source/dom/element.cxx
index 8e415f74eadb..fa4ef9ce4670 100644
--- a/unoxml/source/dom/element.cxx
+++ b/unoxml/source/dom/element.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <element.hxx>
+#include "element.hxx"
#include <string.h>
@@ -31,12 +31,12 @@
#include <comphelper/attributelist.hxx>
#include <node.hxx>
-#include <attr.hxx>
-#include <elementlist.hxx>
-#include <attributesmap.hxx>
-#include <document.hxx>
+#include "attr.hxx"
+#include "elementlist.hxx"
+#include "attributesmap.hxx"
+#include "document.hxx"
-#include "mutationevent.hxx"
+#include <mutationevent.hxx>
using namespace css::uno;
using namespace css::xml::dom;