summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-06-21 17:39:01 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-06-21 19:28:47 +0100
commitec5fa0164b9bae5c5bc6654f581e493206584301 (patch)
tree5e0af34a816942633f6f4432e2e8ac0a843f542a /unoxml
parentb326c1d728e65afea4257d1142a02185ae6bc4d0 (diff)
replace all but one .hdl include with equivalent .hpp includes.
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
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>