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 /editeng | |
parent | b326c1d728e65afea4257d1142a02185ae6bc4d0 (diff) |
replace all but one .hdl include with equivalent .hpp includes.
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editview.cxx | 2 | ||||
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx index dccb777d689c..bd13494fd556 100644 --- a/editeng/source/editeng/editview.cxx +++ b/editeng/source/editeng/editview.cxx @@ -65,7 +65,7 @@ #include <osl/file.hxx> #include <com/sun/star/frame/XStorable.hpp> -#include <com/sun/star/beans/PropertyValues.hdl> +#include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/lang/Locale.hpp> #include <linguistic/lngprops.hxx> #include <vcl/settings.hxx> diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index bc23e9086bdc..5ade8106a59f 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -37,7 +37,7 @@ #include <svtools/helpopt.hxx> #include <svl/urihelper.hxx> #include <unotools/charclass.hxx> -#include <com/sun/star/i18n/UnicodeType.hdl> +#include <com/sun/star/i18n/UnicodeType.hpp> #include <unotools/collatorwrapper.hxx> #include <com/sun/star/i18n/CollatorOptions.hpp> #include <com/sun/star/i18n/UnicodeScript.hpp> |