summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/attr.cxx2
-rw-r--r--unoxml/source/dom/element.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/attr.cxx b/unoxml/source/dom/attr.cxx
index 51bbb8e0bcd3..e116950ae01a 100644
--- a/unoxml/source/dom/attr.cxx
+++ b/unoxml/source/dom/attr.cxx
@@ -23,7 +23,7 @@
#include <boost/shared_ptr.hpp>
-#include <com/sun/star/xml/dom/DOMException.hdl>
+#include <com/sun/star/xml/dom/DOMException.hpp>
#include <com/sun/star/xml/dom/events/XMutationEvent.hpp>
#include <document.hxx>
diff --git a/unoxml/source/dom/element.cxx b/unoxml/source/dom/element.cxx
index 5cf877235fed..7244dd8add06 100644
--- a/unoxml/source/dom/element.cxx
+++ b/unoxml/source/dom/element.cxx
@@ -34,7 +34,7 @@
#include <rtl/ustrbuf.hxx>
-#include <com/sun/star/xml/sax/FastToken.hdl>
+#include <com/sun/star/xml/sax/FastToken.hpp>
#include <comphelper/attributelist.hxx>