diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-01-23 02:08:39 -0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-23 09:48:42 +0000 |
commit | 4bdf9a02478459a2d2bab749ff0435e8392759d7 (patch) | |
tree | 9c272465c1390b058e93a7169b8ae7d3d1278216 /include | |
parent | 99dafea3e56e5d2b559352896a509bf7fa0fdab5 (diff) |
fdo#63154 Removed unused solar.h reference
Change-Id: I6b2f9e04e2232570c8bb9f36252b23a70c5f7525
Reviewed-on: https://gerrit.libreoffice.org/7604
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/toolkit/helper/servicenames.hxx | 1 | ||||
-rw-r--r-- | include/unotools/charclass.hxx | 1 | ||||
-rw-r--r-- | include/unotools/defaultoptions.hxx | 3 | ||||
-rw-r--r-- | include/unotools/lingucfg.hxx | 10 | ||||
-rw-r--r-- | include/unotools/misccfg.hxx | 1 | ||||
-rw-r--r-- | include/unotools/searchopt.hxx | 1 | ||||
-rw-r--r-- | include/unotools/transliterationwrapper.hxx | 4 |
7 files changed, 1 insertions, 20 deletions
diff --git a/include/toolkit/helper/servicenames.hxx b/include/toolkit/helper/servicenames.hxx index 0f2b9e3c56e5..b007a87ebd80 100644 --- a/include/toolkit/helper/servicenames.hxx +++ b/include/toolkit/helper/servicenames.hxx @@ -21,7 +21,6 @@ #define INCLUDED_TOOLKIT_HELPER_SERVICENAMES_HXX #include <sal/types.h> -#include <tools/solar.h> extern const sal_Char szServiceName_Toolkit[], szServiceName2_Toolkit[]; extern const sal_Char szServiceName_MVCIntrospection[], szServiceName2_MVCIntrospection[]; diff --git a/include/unotools/charclass.hxx b/include/unotools/charclass.hxx index e0de7e1aeee4..e5ff17910e6e 100644 --- a/include/unotools/charclass.hxx +++ b/include/unotools/charclass.hxx @@ -24,7 +24,6 @@ #include <boost/noncopyable.hpp> #include <i18nlangtag/languagetag.hxx> -#include <tools/solar.h> #include <com/sun/star/i18n/KCharacterType.hpp> #include <com/sun/star/i18n/KParseTokens.hpp> #include <com/sun/star/i18n/KParseType.hpp> diff --git a/include/unotools/defaultoptions.hxx b/include/unotools/defaultoptions.hxx index 54969d5f12ab..fd1bf29811c6 100644 --- a/include/unotools/defaultoptions.hxx +++ b/include/unotools/defaultoptions.hxx @@ -21,13 +21,10 @@ #include <unotools/unotoolsdllapi.h> #include <rtl/ustring.hxx> -#include <tools/solar.h> #include <unotools/options.hxx> class SvtDefaultOptions_Impl; -// class SvtDefaultOptions ----------------------------------------------- - class SvtDefaultOptions_Impl; class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtDefaultOptions : public utl::detail::Options { diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx index c6520adbf338..eb9c99df1d06 100644 --- a/include/unotools/lingucfg.hxx +++ b/include/unotools/lingucfg.hxx @@ -26,19 +26,15 @@ #include <com/sun/star/uno/Any.h> #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/util/XChangesBatch.hpp> -#include <tools/solar.h> #include <rtl/ustring.hxx> #include <unotools/configitem.hxx> #include <osl/mutex.hxx> #include <unotools/options.hxx> #include <i18nlangtag/lang.h> - #include <vector> class SvtLinguConfigItem; -////////////////////////////////////////////////////////////////////// - struct UNOTOOLS_DLLPUBLIC SvtLinguOptions { ::com::sun::star::uno::Sequence< OUString > aActiveDics; @@ -131,8 +127,6 @@ struct UNOTOOLS_DLLPUBLIC SvtLinguOptions SvtLinguOptions(); }; -////////////////////////////////////////////////////////////////////// - struct UNOTOOLS_DLLPUBLIC SvtLinguConfigDictionaryEntry { // the URL's pointing to the location of the files the dictionary consists of @@ -143,8 +137,6 @@ struct UNOTOOLS_DLLPUBLIC SvtLinguConfigDictionaryEntry com::sun::star::uno::Sequence< OUString > aLocaleNames; }; -////////////////////////////////////////////////////////////////////// - class UNOTOOLS_DLLPUBLIC SvtLinguConfig: public utl::detail::Options { // returns static object @@ -221,8 +213,6 @@ public: bool HasGrammarChecker() const; }; -////////////////////////////////////////////////////////////////////// - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/unotools/misccfg.hxx b/include/unotools/misccfg.hxx index 6f4f61a1c80f..5cdfadef41a8 100644 --- a/include/unotools/misccfg.hxx +++ b/include/unotools/misccfg.hxx @@ -20,7 +20,6 @@ #define INCLUDED_UNOTOOLS_MISCCFG_HXX #include <unotools/unotoolsdllapi.h> -#include <tools/solar.h> #include <unotools/options.hxx> namespace utl diff --git a/include/unotools/searchopt.hxx b/include/unotools/searchopt.hxx index 1285d9035873..d76a02fba341 100644 --- a/include/unotools/searchopt.hxx +++ b/include/unotools/searchopt.hxx @@ -21,7 +21,6 @@ #define INCLUDED_UNOTOOLS_SEARCHOPT_HXX #include <unotools/unotoolsdllapi.h> -#include <tools/solar.h> class SvtSearchOptions_Impl; diff --git a/include/unotools/transliterationwrapper.hxx b/include/unotools/transliterationwrapper.hxx index 5ba115f04dd7..a6ea3218680b 100644 --- a/include/unotools/transliterationwrapper.hxx +++ b/include/unotools/transliterationwrapper.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_UNOTOOLS_TRANSLITERATIONWRAPPER_HXX #define INCLUDED_UNOTOOLS_TRANSLITERATIONWRAPPER_HXX + #include <rtl/ustring.hxx> -#include <tools/solar.h> #include <i18nlangtag/languagetag.hxx> #include <com/sun/star/i18n/XExtendedTransliteration.hpp> @@ -124,9 +124,7 @@ public: }; -// ............................................................................ } // namespace utl -// ............................................................................ #endif |