From ec5fa0164b9bae5c5bc6654f581e493206584301 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 21 Jun 2012 17:39:01 +0100 Subject: replace all but one .hdl include with equivalent .hpp includes. Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9 --- unoxml/source/dom/attr.cxx | 2 +- unoxml/source/dom/element.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'unoxml') 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 -#include +#include #include #include 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 -#include +#include #include -- cgit