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 /svx/source/dialog | |
parent | b326c1d728e65afea4257d1142a02185ae6bc4d0 (diff) |
replace all but one .hdl include with equivalent .hpp includes.
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/fntctrl.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/langbox.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx index f7db5c9bc438..c9137adb9e9b 100644 --- a/svx/source/dialog/fntctrl.cxx +++ b/svx/source/dialog/fntctrl.cxx @@ -36,7 +36,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <comphelper/processfactory.hxx> -#include <com/sun/star/i18n/ScriptType.hdl> +#include <com/sun/star/i18n/ScriptType.hpp> #include <vector> #include <svtools/colorcfg.hxx> diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx index 627b862fe8b4..bfcb51181568 100644 --- a/svx/source/dialog/langbox.cxx +++ b/svx/source/dialog/langbox.cxx @@ -26,7 +26,7 @@ * ************************************************************************/ -#include <com/sun/star/linguistic2/XLinguServiceManager.hdl> +#include <com/sun/star/linguistic2/XLinguServiceManager.hpp> #include <com/sun/star/linguistic2/XAvailableLocales.hpp> #include <com/sun/star/i18n/ScriptType.hpp> #include <linguistic/misc.hxx> |