From be8dda375e8bde29030c471bf147b32080e26613 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Sat, 18 Jan 2014 11:53:18 -0200 Subject: Removed unused solar.h reference in linguistic Change-Id: I43a78b0a24d92362100cf9fab956120f01843222 Reviewed-on: https://gerrit.libreoffice.org/7516 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- include/linguistic/spelldta.hxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include/linguistic/spelldta.hxx') 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 #include #include - -#include - #include #include - #include 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 -- cgit