summaryrefslogtreecommitdiff
path: root/unotools/source/i18n/textsearch.cxx
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 /unotools/source/i18n/textsearch.cxx
parentb326c1d728e65afea4257d1142a02185ae6bc4d0 (diff)
replace all but one .hdl include with equivalent .hpp includes.
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
Diffstat (limited to 'unotools/source/i18n/textsearch.cxx')
-rw-r--r--unotools/source/i18n/textsearch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx
index c541790b40b8..92b8a2e85fc2 100644
--- a/unotools/source/i18n/textsearch.cxx
+++ b/unotools/source/i18n/textsearch.cxx
@@ -29,7 +29,7 @@
#include <i18npool/mslangid.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/util/TextSearch.hpp>
-#include <com/sun/star/util/SearchFlags.hdl>
+#include <com/sun/star/util/SearchFlags.hpp>
#include <com/sun/star/i18n/TransliterationModules.hpp>
#include <unotools/charclass.hxx>
#include <comphelper/processfactory.hxx>