diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-04-01 19:50:12 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-04-02 19:01:24 +0000 |
commit | f7a75a66fa46627aa6edc6439650c1e3c06836d7 (patch) | |
tree | 5040ac4c1fd3f4afd28f900cdca5222bf822101e /cui | |
parent | a0b1a10ddcf5e17116055a0c82200231bf5cd55f (diff) |
cleanup: remove unused Reference.h(xx) includes
and unused using-declarations from Reference.h
Change-Id: I297a7ae6044fa329d245ecf08fd5c4cb930f5b19
Reviewed-on: https://gerrit.libreoffice.org/23735
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/SpellAttrib.cxx | 1 | ||||
-rw-r--r-- | cui/source/options/optsave.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/dialogs/SpellAttrib.cxx b/cui/source/dialogs/SpellAttrib.cxx index a497db709446..3addd44165c5 100644 --- a/cui/source/dialogs/SpellAttrib.cxx +++ b/cui/source/dialogs/SpellAttrib.cxx @@ -19,7 +19,6 @@ #include <SpellAttrib.hxx> #include <vcl/font.hxx> -#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/linguistic2/XSpellAlternatives.hpp> using namespace svx; using namespace com::sun::star::linguistic2; diff --git a/cui/source/options/optsave.hxx b/cui/source/options/optsave.hxx index df61880c755e..d97c32370aef 100644 --- a/cui/source/options/optsave.hxx +++ b/cui/source/options/optsave.hxx @@ -24,7 +24,6 @@ #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> #include <sfx2/tabdlg.hxx> -#include <com/sun/star/uno/Reference.h> namespace com { namespace sun { namespace star { namespace beans { |