diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-21 17:39:01 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-21 19:28:47 +0100 |
commit | ec5fa0164b9bae5c5bc6654f581e493206584301 (patch) | |
tree | 5e0af34a816942633f6f4432e2e8ac0a843f542a /sd | |
parent | b326c1d728e65afea4257d1142a02185ae6bc4d0 (diff) |
replace all but one .hdl include with equivalent .hpp includes.
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/drawdoc.hxx | 2 | ||||
-rw-r--r-- | sd/source/filter/xml/sdxmlwrp.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/tools/IdleDetection.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 700fa9c287c3..fe70260aed31 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -31,7 +31,7 @@ #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/text/WritingMode.hpp> -#include <com/sun/star/frame/XModel.hdl> +#include <com/sun/star/frame/XModel.hpp> #include <vcl/print.hxx> #include <svx/fmmodel.hxx> #include "pres.hxx" diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx index eaf5285d2c40..77caf60e8467 100644 --- a/sd/source/filter/xml/sdxmlwrp.cxx +++ b/sd/source/filter/xml/sdxmlwrp.cxx @@ -31,7 +31,7 @@ #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/embed/ElementModes.hpp> -#include <com/sun/star/xml/sax/SAXParseException.hdl> +#include <com/sun/star/xml/sax/SAXParseException.hpp> #include <comphelper/processfactory.hxx> #include <sfx2/docfile.hxx> #include <sfx2/docfilt.hxx> diff --git a/sd/source/ui/tools/IdleDetection.cxx b/sd/source/ui/tools/IdleDetection.cxx index fe412bb4cda4..a145b7eb21d9 100644 --- a/sd/source/ui/tools/IdleDetection.cxx +++ b/sd/source/ui/tools/IdleDetection.cxx @@ -36,7 +36,7 @@ #include <vcl/window.hxx> #include <sfx2/viewfrm.hxx> -#include <com/sun/star/frame/XFrame.hdl> +#include <com/sun/star/frame/XFrame.hpp> #include <vcl/svapp.hxx> using namespace ::com::sun::star; |