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 /include/sfx2 | |
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 'include/sfx2')
-rw-r--r-- | include/sfx2/app.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sfxuno.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx index f1f876889b28..bd7e52e055dc 100644 --- a/include/sfx2/app.hxx +++ b/include/sfx2/app.hxx @@ -26,7 +26,6 @@ #include <svl/smplhint.hxx> #include <svl/poolitem.hxx> #include <vcl/image.hxx> -#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/script/XLibraryContainer.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> diff --git a/include/sfx2/sfxuno.hxx b/include/sfx2/sfxuno.hxx index 69ce86e9be6f..1a17fa1225b3 100644 --- a/include/sfx2/sfxuno.hxx +++ b/include/sfx2/sfxuno.hxx @@ -32,7 +32,6 @@ #include <com/sun/star/uno/Type.h> #include <com/sun/star/uno/Any.h> -#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Sequence.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/queryinterface.hxx> |