diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-03-31 17:33:32 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-01 12:11:26 +0200 |
commit | 9401c7c28a91c4195f7d767bd46658fd08300c72 (patch) | |
tree | 7c9707fcb3629f93c830810e66916696a3f58a1d /i18npool | |
parent | 6f92c49f3801589202c58739e89b08b525a4d279 (diff) |
remove unused processfactory.hxx includes
and fix fallout
Change-Id: Id06bf31f2075111e426ba40c84c885ae70697bee
Reviewed-on: https://gerrit.libreoffice.org/52206
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/breakiteratorImpl.hxx | 2 | ||||
-rw-r--r-- | i18npool/inc/collatorImpl.hxx | 2 | ||||
-rw-r--r-- | i18npool/inc/inputsequencechecker.hxx | 2 | ||||
-rw-r--r-- | i18npool/inc/localedata.hxx | 2 | ||||
-rw-r--r-- | i18npool/inc/numberformatcode.hxx | 2 | ||||
-rw-r--r-- | i18npool/source/calendar/calendarImpl.cxx | 1 | ||||
-rw-r--r-- | i18npool/source/calendar/calendar_gregorian.cxx | 1 | ||||
-rw-r--r-- | i18npool/source/characterclassification/cclass_unicode_parser.cxx | 1 | ||||
-rw-r--r-- | i18npool/source/collator/collatorImpl.cxx | 1 | ||||
-rw-r--r-- | i18npool/source/transliteration/transliterationImpl.cxx | 1 |
10 files changed, 4 insertions, 11 deletions
diff --git a/i18npool/inc/breakiteratorImpl.hxx b/i18npool/inc/breakiteratorImpl.hxx index 6d12a9cf24bd..909b6d138952 100644 --- a/i18npool/inc/breakiteratorImpl.hxx +++ b/i18npool/inc/breakiteratorImpl.hxx @@ -20,7 +20,6 @@ #define INCLUDED_I18NPOOL_INC_BREAKITERATORIMPL_HXX #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/i18n/XBreakIterator.hpp> @@ -30,6 +29,7 @@ #include <com/sun/star/i18n/CharacterIteratorMode.hpp> #include <com/sun/star/i18n/CharType.hpp> #include <com/sun/star/i18n/XLocaleData.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/implbase.hxx> #include <vector> diff --git a/i18npool/inc/collatorImpl.hxx b/i18npool/inc/collatorImpl.hxx index 940031a1480f..0370c6a47124 100644 --- a/i18npool/inc/collatorImpl.hxx +++ b/i18npool/inc/collatorImpl.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_I18NPOOL_INC_COLLATORIMPL_HXX #define INCLUDED_I18NPOOL_INC_COLLATORIMPL_HXX -#include <comphelper/processfactory.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/i18n/XLocaleData5.hpp> #include <com/sun/star/i18n/XCollator.hpp> @@ -27,6 +26,7 @@ #include <cppuhelper/weak.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <vector> #include <memory> diff --git a/i18npool/inc/inputsequencechecker.hxx b/i18npool/inc/inputsequencechecker.hxx index a8dbdb80d21f..ff7af4d49e3d 100644 --- a/i18npool/inc/inputsequencechecker.hxx +++ b/i18npool/inc/inputsequencechecker.hxx @@ -19,11 +19,11 @@ #ifndef INCLUDED_I18NPOOL_INC_INPUTSEQUENCECHECKER_HXX #define INCLUDED_I18NPOOL_INC_INPUTSEQUENCECHECKER_HXX -#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/i18n/XExtendedInputSequenceChecker.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <vector> #include <memory> diff --git a/i18npool/inc/localedata.hxx b/i18npool/inc/localedata.hxx index 8014b682cf99..07e6e50ab974 100644 --- a/i18npool/inc/localedata.hxx +++ b/i18npool/inc/localedata.hxx @@ -21,8 +21,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> - #include <com/sun/star/i18n/XLocaleData5.hpp> diff --git a/i18npool/inc/numberformatcode.hxx b/i18npool/inc/numberformatcode.hxx index a9c4a67c8b51..35951c0c3783 100644 --- a/i18npool/inc/numberformatcode.hxx +++ b/i18npool/inc/numberformatcode.hxx @@ -21,12 +21,12 @@ #define INCLUDED_I18NPOOL_INC_NUMBERFORMATCODE_HXX #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/i18n/XNumberFormatCode.hpp> #include <com/sun/star/i18n/XLocaleData5.hpp> #include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <deque> diff --git a/i18npool/source/calendar/calendarImpl.cxx b/i18npool/source/calendar/calendarImpl.cxx index 2f3ffc5c1043..27b5d7f0e407 100644 --- a/i18npool/source/calendar/calendarImpl.cxx +++ b/i18npool/source/calendar/calendarImpl.cxx @@ -19,7 +19,6 @@ #include <calendarImpl.hxx> #include <localedata.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> using namespace ::com::sun::star::uno; diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx index 072f40b8c36b..9d8a4c1442d3 100644 --- a/i18npool/source/calendar/calendar_gregorian.cxx +++ b/i18npool/source/calendar/calendar_gregorian.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/i18n/Weekdays.hpp> #include <com/sun/star/i18n/reservedWords.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <rtl/math.hxx> #include <sal/log.hxx> diff --git a/i18npool/source/characterclassification/cclass_unicode_parser.cxx b/i18npool/source/characterclassification/cclass_unicode_parser.cxx index eca2cf18e10c..981912b53c07 100644 --- a/i18npool/source/characterclassification/cclass_unicode_parser.cxx +++ b/i18npool/source/characterclassification/cclass_unicode_parser.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/i18n/LocaleData2.hpp> #include <com/sun/star/i18n/NativeNumberMode.hpp> #include <com/sun/star/i18n/NativeNumberSupplier.hpp> -#include <comphelper/processfactory.hxx> #include <string.h> diff --git a/i18npool/source/collator/collatorImpl.cxx b/i18npool/source/collator/collatorImpl.cxx index bd1cd1774ebd..9d779be08bd6 100644 --- a/i18npool/source/collator/collatorImpl.cxx +++ b/i18npool/source/collator/collatorImpl.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/i18n/CollatorOptions.hpp> #include <com/sun/star/i18n/LocaleData2.hpp> #include <rtl/ustrbuf.hxx> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> using namespace com::sun::star; diff --git a/i18npool/source/transliteration/transliterationImpl.cxx b/i18npool/source/transliteration/transliterationImpl.cxx index d4dc66a4de1e..ba5c0623dbc2 100644 --- a/i18npool/source/transliteration/transliterationImpl.cxx +++ b/i18npool/source/transliteration/transliterationImpl.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/i18n/TransliterationModulesExtra.hpp> #include <com/sun/star/lang/XComponent.hpp> -#include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> #include <rtl/instance.hxx> #include <rtl/string.h> |