summaryrefslogtreecommitdiff
path: root/include/linguistic/spelldta.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-18 11:53:18 -0200
committerMichael Stahl <mstahl@redhat.com>2014-01-20 21:32:33 +0000
commitbe8dda375e8bde29030c471bf147b32080e26613 (patch)
tree47a13a1bbcde47798d1877a60ce5831416ce1cc4 /include/linguistic/spelldta.hxx
parent9f7643754806d3f5817acd1409b66590241d8d6b (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/spelldta.hxx')
-rw-r--r--include/linguistic/spelldta.hxx11
1 files changed, 0 insertions, 11 deletions
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