summaryrefslogtreecommitdiff
path: root/linguistic
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
commit51922f86be2f7fa17005ec3b208f6a891bdd70a7 (patch)
treee8abfe3f12159dfc6b507bcac6b528c693c138f7 /linguistic
parent783c5b306ffb20585e85889d403a4d2b20907bba (diff)
gnumake3: remove comphelper version; fix including extract.hxx
Diffstat (limited to 'linguistic')
-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 e311e54cde88..56e96df65d7b 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 c6da72bca6c1..00e71628bd70 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>