diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-01-18 11:53:18 -0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-01-20 21:32:33 +0000 |
commit | be8dda375e8bde29030c471bf147b32080e26613 (patch) | |
tree | 47a13a1bbcde47798d1877a60ce5831416ce1cc4 /include/linguistic | |
parent | 9f7643754806d3f5817acd1409b66590241d8d6b (diff) |
Removed unused solar.h reference in linguistic
Change-Id: I43a78b0a24d92362100cf9fab956120f01843222
Reviewed-on: https://gerrit.libreoffice.org/7516
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/linguistic')
-rw-r--r-- | include/linguistic/hyphdta.hxx | 1 | ||||
-rw-r--r-- | include/linguistic/lngprophelp.hxx | 1 | ||||
-rw-r--r-- | include/linguistic/spelldta.hxx | 11 |
3 files changed, 0 insertions, 13 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 |