diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-26 18:53:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-28 17:27:45 +0200 |
commit | 2e0444d31694324806ff2457de3472d871c10939 (patch) | |
tree | 5c0d7e6d6c13f85a9f98f4448b8238fbd4454902 /cui | |
parent | 372f297de1ed0c3af0fa23dd6ea027035f850207 (diff) |
cleanup unused css/linguistic2/ includes
Change-Id: Ifd4b495f965f948d37557d83a03a38df9322039a
Reviewed-on: https://gerrit.libreoffice.org/38109
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/SpellAttrib.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/SpellDialog.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/thesdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/thesdlg_impl.hxx | 3 | ||||
-rw-r--r-- | cui/source/options/optlingu.cxx | 4 |
5 files changed, 1 insertions, 10 deletions
diff --git a/cui/source/dialogs/SpellAttrib.cxx b/cui/source/dialogs/SpellAttrib.cxx index 3addd44165c5..b71449d98295 100644 --- a/cui/source/dialogs/SpellAttrib.cxx +++ b/cui/source/dialogs/SpellAttrib.cxx @@ -19,7 +19,7 @@ #include <SpellAttrib.hxx> #include <vcl/font.hxx> -#include <com/sun/star/linguistic2/XSpellAlternatives.hpp> + using namespace svx; using namespace com::sun::star::linguistic2; using namespace com::sun::star::uno; diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index 237da1ab0079..19f67ea90acb 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -38,7 +38,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceDisplayName.hpp> -#include <com/sun/star/linguistic2/SpellFailure.hpp> #include <com/sun/star/frame/XStorable.hpp> #include <sfx2/app.hxx> #include <vcl/help.hxx> diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index 51fae3d5ceea..0bed6ce6f9a2 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx @@ -50,7 +50,6 @@ #include <com/sun/star/linguistic2/XThesaurus.hpp> #include <com/sun/star/linguistic2/XMeaning.hpp> -#include <com/sun/star/linguistic2/LinguServiceManager.hpp> using namespace ::com::sun::star; diff --git a/cui/source/dialogs/thesdlg_impl.hxx b/cui/source/dialogs/thesdlg_impl.hxx index 23d35c487b53..ebd521a393c0 100644 --- a/cui/source/dialogs/thesdlg_impl.hxx +++ b/cui/source/dialogs/thesdlg_impl.hxx @@ -36,9 +36,6 @@ #include <vcl/timer.hxx> #include <vcl/wrkwin.hxx> -#include <com/sun/star/linguistic2/XThesaurus.hpp> -#include <com/sun/star/linguistic2/XMeaning.hpp> - #include <stack> #include <map> #include <algorithm> diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx index 33816f716d46..4a65279ff477 100644 --- a/cui/source/options/optlingu.cxx +++ b/cui/source/options/optlingu.cxx @@ -40,10 +40,6 @@ #include <com/sun/star/linguistic2/XThesaurus.hpp> #include <com/sun/star/linguistic2/XAvailableLocales.hpp> #include <com/sun/star/lang/XServiceDisplayName.hpp> -#include <com/sun/star/linguistic2/DictionaryListEventFlags.hpp> -#include <com/sun/star/linguistic2/DictionaryListEvent.hpp> -#include <com/sun/star/linguistic2/XDictionaryListEventListener.hpp> -#include <com/sun/star/linguistic2/XDictionaryList.hpp> #include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/ucb/CommandAbortedException.hpp> #include <unotools/extendedsecurityoptions.hxx> |