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 /xmloff | |
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 'xmloff')
-rw-r--r-- | xmloff/inc/XMLScriptExportHandler.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/XMLStarBasicExportHandler.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/core/DomExport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLIndexSpanEntryContext.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLLineNumberingExport.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsBindContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsInstanceContext.cxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/inc/XMLScriptExportHandler.hxx b/xmloff/inc/XMLScriptExportHandler.hxx index 101f5ba6f1c1..feb5c8afee23 100644 --- a/xmloff/inc/XMLScriptExportHandler.hxx +++ b/xmloff/inc/XMLScriptExportHandler.hxx @@ -21,7 +21,6 @@ #define INCLUDED_XMLOFF_INC_XMLSCRIPTEXPORTHANDLER_HXX #include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/uno/Reference.hxx> #include <rtl/ustring.hxx> #include <xmloff/xmlevent.hxx> diff --git a/xmloff/inc/XMLStarBasicExportHandler.hxx b/xmloff/inc/XMLStarBasicExportHandler.hxx index 60d558b9817f..e1be54256572 100644 --- a/xmloff/inc/XMLStarBasicExportHandler.hxx +++ b/xmloff/inc/XMLStarBasicExportHandler.hxx @@ -21,7 +21,6 @@ #define INCLUDED_XMLOFF_INC_XMLSTARBASICEXPORTHANDLER_HXX #include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/uno/Reference.hxx> #include <rtl/ustring.hxx> #include <xmloff/xmlevent.hxx> diff --git a/xmloff/source/core/DomExport.cxx b/xmloff/source/core/DomExport.cxx index 816334967b0d..12fa7c9cdbd6 100644 --- a/xmloff/source/core/DomExport.cxx +++ b/xmloff/source/core/DomExport.cxx @@ -48,7 +48,6 @@ using com::sun::star::lang::XMultiServiceFactory; using com::sun::star::uno::Reference; using com::sun::star::uno::Sequence; -using com::sun::star::uno::UNO_QUERY; using com::sun::star::uno::UNO_QUERY_THROW; using std::vector; diff --git a/xmloff/source/text/XMLIndexSpanEntryContext.hxx b/xmloff/source/text/XMLIndexSpanEntryContext.hxx index ac9936e377ae..ee8839b12a41 100644 --- a/xmloff/source/text/XMLIndexSpanEntryContext.hxx +++ b/xmloff/source/text/XMLIndexSpanEntryContext.hxx @@ -21,7 +21,6 @@ #define INCLUDED_XMLOFF_SOURCE_TEXT_XMLINDEXSPANENTRYCONTEXT_HXX #include "XMLIndexSimpleEntryContext.hxx" -#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/beans/PropertyValue.hpp> #include <rtl/ustrbuf.hxx> diff --git a/xmloff/source/text/XMLLineNumberingExport.hxx b/xmloff/source/text/XMLLineNumberingExport.hxx index 5236f14a03d6..640404aff3d9 100644 --- a/xmloff/source/text/XMLLineNumberingExport.hxx +++ b/xmloff/source/text/XMLLineNumberingExport.hxx @@ -22,7 +22,6 @@ #include <rtl/ustring.hxx> -#include <com/sun/star/uno/Reference.h> class SvXMLExport; diff --git a/xmloff/source/xforms/XFormsBindContext.cxx b/xmloff/source/xforms/XFormsBindContext.cxx index b766414fcbaa..dd76e473d3e3 100644 --- a/xmloff/source/xforms/XFormsBindContext.cxx +++ b/xmloff/source/xforms/XFormsBindContext.cxx @@ -39,7 +39,6 @@ using com::sun::star::beans::XPropertySet; using com::sun::star::uno::Reference; using com::sun::star::uno::makeAny; using com::sun::star::uno::UNO_QUERY; -using com::sun::star::uno::UNO_QUERY_THROW; using com::sun::star::container::XNameContainer; using com::sun::star::xml::sax::XAttributeList; using com::sun::star::xforms::XModel2; diff --git a/xmloff/source/xforms/XFormsInstanceContext.cxx b/xmloff/source/xforms/XFormsInstanceContext.cxx index b75751fd22cc..8ad4c1aed72c 100644 --- a/xmloff/source/xforms/XFormsInstanceContext.cxx +++ b/xmloff/source/xforms/XFormsInstanceContext.cxx @@ -41,7 +41,6 @@ using com::sun::star::uno::Reference; using com::sun::star::uno::makeAny; -using com::sun::star::uno::UNO_QUERY; using com::sun::star::uno::Sequence; using com::sun::star::xforms::XModel2; using com::sun::star::beans::XPropertySet; |