summaryrefslogtreecommitdiff
path: root/linguistic/source
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2011-01-28 12:49:53 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2011-01-28 12:49:53 +0100
commit0299a9fbf6e9305b73039e66230f3efb82ae1f86 (patch)
treecee3db7fc93371a87835a4c54bd2fab0700b091f /linguistic/source
parent29e02dc40a6d75d479b438139c71df54d4bee0c4 (diff)
gnumake3: remove comphelper version; fix including extract.hxx
Diffstat (limited to 'linguistic/source')
-rw-r--r--linguistic/source/gciterator.cxx2
-rw-r--r--linguistic/source/lngsvcmgr.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx
index db212d4d60..d34fe325ab 100644
--- a/linguistic/source/gciterator.cxx
+++ b/linguistic/source/gciterator.cxx
@@ -58,10 +58,10 @@
#include <cppuhelper/implbase4.hxx>
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/interfacecontainer.h>
-#include <cppuhelper/extract.hxx>
#include <cppuhelper/factory.hxx>
#include <i18npool/mslangid.hxx>
#include <unotools/processfactory.hxx>
+#include <comphelper/extract.hxx>
#include <deque>
#include <map>
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx
index 84daadf156..e096529049 100644
--- a/linguistic/source/lngsvcmgr.cxx
+++ b/linguistic/source/lngsvcmgr.cxx
@@ -42,7 +42,7 @@
#include <i18npool/lang.h>
#include <i18npool/mslangid.hxx>
#include <cppuhelper/factory.hxx>
-#include <cppuhelper/extract.hxx>
+#include <comphelper/extract.hxx>
#include <rtl/logfile.hxx>
#include <boost/checked_delete.hpp>