From f7a75a66fa46627aa6edc6439650c1e3c06836d7 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Fri, 1 Apr 2016 19:50:12 +0200 Subject: 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 Reviewed-by: Markus Mohrhard --- xmloff/inc/XMLScriptExportHandler.hxx | 1 - xmloff/inc/XMLStarBasicExportHandler.hxx | 1 - xmloff/source/core/DomExport.cxx | 1 - xmloff/source/text/XMLIndexSpanEntryContext.hxx | 1 - xmloff/source/text/XMLLineNumberingExport.hxx | 1 - xmloff/source/xforms/XFormsBindContext.cxx | 1 - xmloff/source/xforms/XFormsInstanceContext.cxx | 1 - 7 files changed, 7 deletions(-) (limited to 'xmloff') 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 -#include #include #include 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 -#include #include #include 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 #include #include #include 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 -#include 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; -- cgit