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 /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 'linguistic')
-rw-r--r-- | linguistic/source/lngopt.hxx | 2 | ||||
-rw-r--r-- | linguistic/source/lngsvcmgr.cxx | 2 | ||||
-rw-r--r-- | linguistic/workben/sprophelp.hxx | 3 |
3 files changed, 0 insertions, 7 deletions
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 { |