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 /sw | |
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 'sw')
-rw-r--r-- | sw/inc/IDocumentChartDataProviderAccess.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/dialog/macassgn.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/uno/swdetect.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/vba/vbaapplication.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/dbtree.hxx | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/sw/inc/IDocumentChartDataProviderAccess.hxx b/sw/inc/IDocumentChartDataProviderAccess.hxx index 842c2d095813..2ef66637eb37 100644 --- a/sw/inc/IDocumentChartDataProviderAccess.hxx +++ b/sw/inc/IDocumentChartDataProviderAccess.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_SW_INC_IDOCUMENTCHARTDATAPROVIDERACCESS_HXX #define INCLUDED_SW_INC_IDOCUMENTCHARTDATAPROVIDERACCESS_HXX -#include <com/sun/star/uno/Reference.hxx> - namespace com { namespace sun { namespace star { namespace frame { class XModel; }}}} diff --git a/sw/source/ui/dialog/macassgn.cxx b/sw/source/ui/dialog/macassgn.cxx index 7db602354c48..0e8fc7cf8ab2 100644 --- a/sw/source/ui/dialog/macassgn.cxx +++ b/sw/source/ui/dialog/macassgn.cxx @@ -38,7 +38,6 @@ #include <doc.hxx> -using ::com::sun::star::uno::Reference; using ::com::sun::star::frame::XFrame; SfxEventNamesItem SwMacroAssignDlg::AddEvents( DlgEventType eType ) diff --git a/sw/source/ui/uno/swdetect.hxx b/sw/source/ui/uno/swdetect.hxx index 2e2182b15b37..5989e8fa2746 100644 --- a/sw/source/ui/uno/swdetect.hxx +++ b/sw/source/ui/uno/swdetect.hxx @@ -24,7 +24,6 @@ #include <osl/diagnose.h> #include <com/sun/star/document/XExtendedFilterDetection.hpp> #include <com/sun/star/uno/Exception.hpp> -#include <com/sun/star/uno/Reference.h> #include <cppuhelper/implbase.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/sw/source/ui/vba/vbaapplication.cxx b/sw/source/ui/vba/vbaapplication.cxx index 2c23b717a878..ebe5b7613a77 100644 --- a/sw/source/ui/vba/vbaapplication.cxx +++ b/sw/source/ui/vba/vbaapplication.cxx @@ -40,7 +40,6 @@ using namespace ::com::sun::star; using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::UNO_QUERY_THROW; -using ::com::sun::star::uno::UNO_QUERY; SwVbaApplication::SwVbaApplication( uno::Reference<uno::XComponentContext >& xContext ): SwVbaApplication_BASE( xContext ) { diff --git a/sw/source/uibase/inc/dbtree.hxx b/sw/source/uibase/inc/dbtree.hxx index 2fc8aadf5286..ffbb1d0d0399 100644 --- a/sw/source/uibase/inc/dbtree.hxx +++ b/sw/source/uibase/inc/dbtree.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SW_SOURCE_UIBASE_INC_DBTREE_HXX #include <svtools/treelistbox.hxx> -#include <com/sun/star/uno/Reference.h> #include "swdllapi.h" #include <swtypes.hxx> |