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 --- unotools/source/i18n/localedatawrapper.cxx | 2 +- unotools/source/i18n/textsearch.cxx | 2 +- unotools/source/ucbhelper/ucbstreamhelper.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'unotools') diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx index 0c130ece5854..67663acec8cf 100644 --- a/unotools/source/i18n/localedatawrapper.cxx +++ b/unotools/source/i18n/localedatawrapper.cxx @@ -44,7 +44,7 @@ #include #include -#include +#include #include #include #include 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 #include #include -#include +#include #include #include #include diff --git a/unotools/source/ucbhelper/ucbstreamhelper.cxx b/unotools/source/ucbhelper/ucbstreamhelper.cxx index 9201a86e77f9..2e15876f3dd1 100644 --- a/unotools/source/ucbhelper/ucbstreamhelper.cxx +++ b/unotools/source/ucbhelper/ucbstreamhelper.cxx @@ -32,7 +32,7 @@ #include #include -#include +#include #include #include -- cgit