Kaydet (Commit) be8dda37 authored tarafından Alexandre Vicenzi's avatar Alexandre Vicenzi Kaydeden (comit) Michael Stahl

Removed unused solar.h reference in linguistic

Change-Id: I43a78b0a24d92362100cf9fab956120f01843222
Reviewed-on: https://gerrit.libreoffice.org/7516Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 9f764375
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include <com/sun/star/linguistic2/XHyphenatedWord.hpp> #include <com/sun/star/linguistic2/XHyphenatedWord.hpp>
#include <com/sun/star/linguistic2/XPossibleHyphens.hpp> #include <com/sun/star/linguistic2/XPossibleHyphens.hpp>
#include <tools/solar.h>
#include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase1.hxx>
#include <linguistic/lngdllapi.h> #include <linguistic/lngdllapi.h>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifndef INCLUDED_LINGUISTIC_LNGPROPHELP_HXX #ifndef INCLUDED_LINGUISTIC_LNGPROPHELP_HXX
#define INCLUDED_LINGUISTIC_LNGPROPHELP_HXX #define INCLUDED_LINGUISTIC_LNGPROPHELP_HXX
#include <tools/solar.h>
#include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase2.hxx>
#include <cppuhelper/interfacecontainer.h> #include <cppuhelper/interfacecontainer.h>
#include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/beans/XPropertyChangeListener.hpp>
......
...@@ -24,12 +24,8 @@ ...@@ -24,12 +24,8 @@
#include <com/sun/star/linguistic2/XSpellAlternatives.hpp> #include <com/sun/star/linguistic2/XSpellAlternatives.hpp>
#include <com/sun/star/linguistic2/XSetSpellAlternatives.hpp> #include <com/sun/star/linguistic2/XSetSpellAlternatives.hpp>
#include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp> #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp>
#include <tools/solar.h>
#include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase2.hxx>
#include <linguistic/lngdllapi.h> #include <linguistic/lngdllapi.h>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
namespace com { namespace sun { namespace star { namespace com { namespace sun { namespace star {
...@@ -58,15 +54,11 @@ sal_Bool SeqHasEntry( ...@@ -58,15 +54,11 @@ sal_Bool SeqHasEntry(
const ::com::sun::star::uno::Sequence< OUString > &rSeq, const ::com::sun::star::uno::Sequence< OUString > &rSeq,
const OUString &rTxt); const OUString &rTxt);
///////////////////////////////////////////////////////////////////////////
void SearchSimilarText( const OUString &rText, sal_Int16 nLanguage, void SearchSimilarText( const OUString &rText, sal_Int16 nLanguage,
::com::sun::star::uno::Reference< ::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XSearchableDictionaryList > &xDicList, ::com::sun::star::linguistic2::XSearchableDictionaryList > &xDicList,
std::vector< OUString > & rDicListProps ); std::vector< OUString > & rDicListProps );
///////////////////////////////////////////////////////////////////////////
class SpellAlternatives class SpellAlternatives
: public cppu::WeakImplHelper2 : public cppu::WeakImplHelper2
...@@ -106,9 +98,6 @@ public: ...@@ -106,9 +98,6 @@ public:
const OUString &rWord, sal_Int16 nLang, sal_Int16 nTypeP, const ::com::sun::star::uno::Sequence< OUString > &rAlt ); const OUString &rWord, sal_Int16 nLang, sal_Int16 nTypeP, const ::com::sun::star::uno::Sequence< OUString > &rAlt );
}; };
///////////////////////////////////////////////////////////////////////////
} // namespace linguistic } // namespace linguistic
#endif #endif
......
...@@ -33,8 +33,6 @@ ...@@ -33,8 +33,6 @@
#include <unotools/configitem.hxx> #include <unotools/configitem.hxx>
#include <unotools/linguprops.hxx> #include <unotools/linguprops.hxx>
#include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Any.h>
#include <tools/solar.h>
#include "linguistic/misc.hxx" #include "linguistic/misc.hxx"
#include "defs.hxx" #include "defs.hxx"
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include <com/sun/star/linguistic2/LinguServiceEventFlags.hpp> #include <com/sun/star/linguistic2/LinguServiceEventFlags.hpp>
#include <com/sun/star/linguistic2/ProofreadingIterator.hpp> #include <com/sun/star/linguistic2/ProofreadingIterator.hpp>
#include <tools/solar.h>
#include <unotools/lingucfg.hxx> #include <unotools/lingucfg.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <i18nlangtag/lang.h> #include <i18nlangtag/lang.h>
...@@ -36,7 +35,6 @@ ...@@ -36,7 +35,6 @@
#include <cppuhelper/factory.hxx> #include <cppuhelper/factory.hxx>
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include <comphelper/extract.hxx> #include <comphelper/extract.hxx>
#include <boost/checked_delete.hpp> #include <boost/checked_delete.hpp>
#include "lngsvcmgr.hxx" #include "lngsvcmgr.hxx"
......
...@@ -20,13 +20,10 @@ ...@@ -20,13 +20,10 @@
#ifndef INCLUDED_LINGUISTIC_WORKBEN_SPROPHELP_HXX #ifndef INCLUDED_LINGUISTIC_WORKBEN_SPROPHELP_HXX
#define INCLUDED_LINGUISTIC_WORKBEN_SPROPHELP_HXX #define INCLUDED_LINGUISTIC_WORKBEN_SPROPHELP_HXX
#include <tools/solar.h>
#include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase2.hxx>
#include <cppuhelper/interfacecontainer.h> #include <cppuhelper/interfacecontainer.h>
#include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/beans/PropertyValues.hpp>
#include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp> #include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp>
namespace com { namespace sun { namespace star { namespace beans { namespace com { namespace sun { namespace star { namespace beans {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment