diff options
-rw-r--r-- | include/linguistic/hyphdta.hxx | 1 | ||||
-rw-r--r-- | include/linguistic/lngprophelp.hxx | 1 | ||||
-rw-r--r-- | include/linguistic/spelldta.hxx | 11 | ||||
-rw-r--r-- | linguistic/source/lngopt.hxx | 2 | ||||
-rw-r--r-- | linguistic/source/lngsvcmgr.cxx | 2 | ||||
-rw-r--r-- | linguistic/workben/sprophelp.hxx | 3 |
6 files changed, 0 insertions, 20 deletions
diff --git a/include/linguistic/hyphdta.hxx b/include/linguistic/hyphdta.hxx index a6cc8c20a39a..e6937aec324c 100644 --- a/include/linguistic/hyphdta.hxx +++ b/include/linguistic/hyphdta.hxx @@ -22,7 +22,6 @@ #include <com/sun/star/linguistic2/XHyphenatedWord.hpp> #include <com/sun/star/linguistic2/XPossibleHyphens.hpp> -#include <tools/solar.h> #include <cppuhelper/implbase1.hxx> #include <linguistic/lngdllapi.h> diff --git a/include/linguistic/lngprophelp.hxx b/include/linguistic/lngprophelp.hxx index f1ba3d1e1f73..59a5a3b960fc 100644 --- a/include/linguistic/lngprophelp.hxx +++ b/include/linguistic/lngprophelp.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_LINGUISTIC_LNGPROPHELP_HXX #define INCLUDED_LINGUISTIC_LNGPROPHELP_HXX -#include <tools/solar.h> #include <cppuhelper/implbase2.hxx> #include <cppuhelper/interfacecontainer.h> #include <com/sun/star/beans/XPropertyChangeListener.hpp> diff --git a/include/linguistic/spelldta.hxx b/include/linguistic/spelldta.hxx index 362b8a50fc8c..0fe7e9e2ec4a 100644 --- a/include/linguistic/spelldta.hxx +++ b/include/linguistic/spelldta.hxx @@ -24,12 +24,8 @@ #include <com/sun/star/linguistic2/XSpellAlternatives.hpp> #include <com/sun/star/linguistic2/XSetSpellAlternatives.hpp> #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp> - -#include <tools/solar.h> - #include <cppuhelper/implbase2.hxx> #include <linguistic/lngdllapi.h> - #include <boost/noncopyable.hpp> namespace com { namespace sun { namespace star { @@ -58,15 +54,11 @@ sal_Bool SeqHasEntry( const ::com::sun::star::uno::Sequence< OUString > &rSeq, const OUString &rTxt); -/////////////////////////////////////////////////////////////////////////// - void SearchSimilarText( const OUString &rText, sal_Int16 nLanguage, ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XSearchableDictionaryList > &xDicList, std::vector< OUString > & rDicListProps ); -/////////////////////////////////////////////////////////////////////////// - class SpellAlternatives : public cppu::WeakImplHelper2 @@ -106,9 +98,6 @@ public: const OUString &rWord, sal_Int16 nLang, sal_Int16 nTypeP, const ::com::sun::star::uno::Sequence< OUString > &rAlt ); }; - -/////////////////////////////////////////////////////////////////////////// - } // namespace linguistic #endif diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx index 791e2425038b..e44046832058 100644 --- a/linguistic/source/lngopt.hxx +++ b/linguistic/source/lngopt.hxx @@ -33,8 +33,6 @@ #include <unotools/configitem.hxx> #include <unotools/linguprops.hxx> #include <com/sun/star/uno/Any.h> -#include <tools/solar.h> - #include "linguistic/misc.hxx" #include "defs.hxx" diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index 99df1e999b7e..5e93101ecc23 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/linguistic2/LinguServiceEventFlags.hpp> #include <com/sun/star/linguistic2/ProofreadingIterator.hpp> -#include <tools/solar.h> #include <unotools/lingucfg.hxx> #include <comphelper/processfactory.hxx> #include <i18nlangtag/lang.h> @@ -36,7 +35,6 @@ #include <cppuhelper/factory.hxx> #include <cppuhelper/supportsservice.hxx> #include <comphelper/extract.hxx> - #include <boost/checked_delete.hpp> #include "lngsvcmgr.hxx" diff --git a/linguistic/workben/sprophelp.hxx b/linguistic/workben/sprophelp.hxx index 50a6bb87a32f..9122cf02ade1 100644 --- a/linguistic/workben/sprophelp.hxx +++ b/linguistic/workben/sprophelp.hxx @@ -20,13 +20,10 @@ #ifndef INCLUDED_LINGUISTIC_WORKBEN_SPROPHELP_HXX #define INCLUDED_LINGUISTIC_WORKBEN_SPROPHELP_HXX -#include <tools/solar.h> - #include <cppuhelper/implbase2.hxx> #include <cppuhelper/interfacecontainer.h> #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/beans/PropertyValues.hpp> - #include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp> namespace com { namespace sun { namespace star { namespace beans { |