diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2014-08-22 12:59:03 -0300 |
---|---|---|
committer | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2014-08-22 16:33:18 -0500 |
commit | 7e2b9fa2132346787bec09c7d590def9a65b9a7f (patch) | |
tree | a565b23c227c7e9958c740f9fd04096bde8b4500 /xmloff | |
parent | 7afacb97a7f8a6f98daba0f5c8dfcd4035218ce4 (diff) |
Remove some useless tools/debug.hxx includes
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h
header was necessary in some cases because of a macro or a typedef that was needed.
Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9
Reviewed-on: https://gerrit.libreoffice.org/11075
Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/SchXMLChartContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLExport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLImport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLPlotAreaContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLSeries2Context.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLSeriesHelper.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/core/ProgressBarHelper.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/core/xmlerror.cxx | 4 | ||||
-rw-r--r-- | xmloff/source/core/xmlexp.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/core/xmlictxt.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlimp.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/xexptran.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/meta/xmlversion.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/impastpl.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLPropertyBackpatcher.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/XMLTextListAutoStylePool.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 1 |
18 files changed, 2 insertions, 21 deletions
diff --git a/xmloff/source/chart/SchXMLChartContext.cxx b/xmloff/source/chart/SchXMLChartContext.cxx index c88aac727027..df97776b836c 100644 --- a/xmloff/source/chart/SchXMLChartContext.cxx +++ b/xmloff/source/chart/SchXMLChartContext.cxx @@ -26,7 +26,6 @@ #include "SchXMLSeries2Context.hxx" #include "SchXMLTools.hxx" #include <unotools/mediadescriptor.hxx> -#include <tools/debug.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmlement.hxx> #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index 14ce0ec9e227..4f85439ad846 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -31,7 +31,6 @@ #include "SchXMLEnumConverter.hxx" #include "facreg.hxx" -#include <tools/debug.hxx> #include <comphelper/processfactory.hxx> #include <tools/globname.hxx> #include <comphelper/classids.hxx> diff --git a/xmloff/source/chart/SchXMLImport.cxx b/xmloff/source/chart/SchXMLImport.cxx index b8b13f3768c9..68049c2d3f6c 100644 --- a/xmloff/source/chart/SchXMLImport.cxx +++ b/xmloff/source/chart/SchXMLImport.cxx @@ -24,7 +24,6 @@ #include "SchXMLTools.hxx" #include "facreg.hxx" -#include <tools/debug.hxx> #include <rtl/ustrbuf.hxx> #include <comphelper/processfactory.hxx> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.cxx b/xmloff/source/chart/SchXMLPlotAreaContext.cxx index 93bcbb37d16b..e643771b1d31 100644 --- a/xmloff/source/chart/SchXMLPlotAreaContext.cxx +++ b/xmloff/source/chart/SchXMLPlotAreaContext.cxx @@ -25,7 +25,6 @@ #include "SchXMLAxisContext.hxx" #include "SchXMLSeries2Context.hxx" #include "SchXMLTools.hxx" -#include <tools/debug.hxx> #include <comphelper/processfactory.hxx> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/chart/SchXMLSeries2Context.cxx b/xmloff/source/chart/SchXMLSeries2Context.cxx index 9f69e4d17187..c86ea58a24bc 100644 --- a/xmloff/source/chart/SchXMLSeries2Context.cxx +++ b/xmloff/source/chart/SchXMLSeries2Context.cxx @@ -42,7 +42,6 @@ #include <comphelper/processfactory.hxx> -#include <tools/debug.hxx> #include <rtl/ustrbuf.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmlimp.hxx> diff --git a/xmloff/source/chart/SchXMLSeriesHelper.cxx b/xmloff/source/chart/SchXMLSeriesHelper.cxx index 3535fcbde31e..3666e01d7464 100644 --- a/xmloff/source/chart/SchXMLSeriesHelper.cxx +++ b/xmloff/source/chart/SchXMLSeriesHelper.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <rtl/ustring.h> -#include <tools/debug.hxx> #include <typeinfo> diff --git a/xmloff/source/core/ProgressBarHelper.cxx b/xmloff/source/core/ProgressBarHelper.cxx index 43804bea4001..e5b266689c36 100644 --- a/xmloff/source/core/ProgressBarHelper.cxx +++ b/xmloff/source/core/ProgressBarHelper.cxx @@ -18,7 +18,6 @@ */ #include <xmloff/ProgressBarHelper.hxx> -#include <tools/debug.hxx> #include <xmloff/xmltoken.hxx> #include <stdlib.h> diff --git a/xmloff/source/core/xmlerror.cxx b/xmloff/source/core/xmlerror.cxx index 16f2e53c4334..5bd746d38d70 100644 --- a/xmloff/source/core/xmlerror.cxx +++ b/xmloff/source/core/xmlerror.cxx @@ -18,7 +18,6 @@ */ #include <xmloff/xmlerror.hxx> -#include <tools/debug.hxx> #include <rtl/ustring.hxx> #include <com/sun/star/xml/sax/XLocator.hpp> #include <com/sun/star/xml/sax/SAXParseException.hpp> @@ -26,11 +25,8 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> - #include <rtl/ustrbuf.hxx> - - using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Reference; diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index 3f7d0e83634c..1122dfc7ebd9 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -25,7 +25,6 @@ #include <officecfg/Office/Common.hxx> #include <xmloff/unointerfacetouniqueidentifiermapper.hxx> #include <osl/mutex.hxx> -#include <tools/debug.hxx> #include <tools/urlobj.hxx> #include <comphelper/genericpropertyset.hxx> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/xmloff/source/core/xmlictxt.cxx b/xmloff/source/core/xmlictxt.cxx index 14f8ae9c9970..6b7f257adfe6 100644 --- a/xmloff/source/core/xmlictxt.cxx +++ b/xmloff/source/core/xmlictxt.cxx @@ -26,8 +26,6 @@ #include <xmloff/nmspmap.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/xmlictxt.hxx> -#include <tools/debug.hxx> - using namespace ::com::sun::star; diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index 5d15bea2fa8b..804e540bcc5a 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -21,7 +21,6 @@ #include <tools/diagnose_ex.h> #include <com/sun/star/beans/XPropertySetInfo.hpp> -#include <tools/debug.hxx> #include <tools/urlobj.hxx> #include <osl/mutex.hxx> #include <xmloff/unointerfacetouniqueidentifiermapper.hxx> diff --git a/xmloff/source/draw/sdxmlimp.cxx b/xmloff/source/draw/sdxmlimp.cxx index bc7565bb2d6a..6110b258ba2a 100644 --- a/xmloff/source/draw/sdxmlimp.cxx +++ b/xmloff/source/draw/sdxmlimp.cxx @@ -39,7 +39,6 @@ #include "sdpropls.hxx" #include <xmloff/xmlexppr.hxx> #include <xmloff/xmlerror.hxx> -#include <tools/debug.hxx> #include <xmloff/settingsstore.hxx> #include <com/sun/star/style/XStyle.hpp> diff --git a/xmloff/source/draw/xexptran.cxx b/xmloff/source/draw/xexptran.cxx index 6882cf6ce4ef..f3968e3c37a2 100644 --- a/xmloff/source/draw/xexptran.cxx +++ b/xmloff/source/draw/xexptran.cxx @@ -18,7 +18,6 @@ */ #include "xexptran.hxx" -#include <tools/debug.hxx> #include <rtl/ustrbuf.hxx> #include <sax/tools/converter.hxx> #include <xmloff/xmluconv.hxx> diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx index 1bd1f19bf2a0..e41d31ef549c 100644 --- a/xmloff/source/meta/xmlversion.cxx +++ b/xmloff/source/meta/xmlversion.cxx @@ -18,7 +18,6 @@ */ #include <com/sun/star/embed/ElementModes.hpp> -#include <tools/debug.hxx> #include <unotools/streamwrap.hxx> #include <xmlversion.hxx> #include <xmloff/xmlmetae.hxx> diff --git a/xmloff/source/style/impastpl.cxx b/xmloff/source/style/impastpl.cxx index 526485097a28..1888407d2e10 100644 --- a/xmloff/source/style/impastpl.cxx +++ b/xmloff/source/style/impastpl.cxx @@ -21,6 +21,7 @@ #include <rtl/ustrbuf.hxx> #include <tools/debug.hxx> +#include <tools/solar.h> #include <xmloff/PageMasterStyleMap.hxx> #include <xmloff/attrlist.hxx> #include <xmloff/families.hxx> diff --git a/xmloff/source/text/XMLPropertyBackpatcher.cxx b/xmloff/source/text/XMLPropertyBackpatcher.cxx index d0bd57045489..981524ee28ea 100644 --- a/xmloff/source/text/XMLPropertyBackpatcher.cxx +++ b/xmloff/source/text/XMLPropertyBackpatcher.cxx @@ -21,11 +21,9 @@ #include <com/sun/star/uno/Reference.h> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include "XMLPropertyBackpatcher.hxx" #include <xmloff/txtimp.hxx> - using ::std::vector; using ::std::map; using ::com::sun::star::uno::Reference; diff --git a/xmloff/source/text/XMLTextListAutoStylePool.cxx b/xmloff/source/text/XMLTextListAutoStylePool.cxx index 6123054c3ff6..2ffe6887b8b5 100644 --- a/xmloff/source/text/XMLTextListAutoStylePool.cxx +++ b/xmloff/source/text/XMLTextListAutoStylePool.cxx @@ -18,6 +18,7 @@ */ #include <tools/debug.hxx> +#include <tools/solar.h> #include <o3tl/sorted_vector.hxx> #include <com/sun/star/ucb/XAnyCompareFactory.hpp> #include <com/sun/star/container/XNamed.hpp> diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index 2cb66dc444d8..a7b94e46a7dc 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -20,7 +20,6 @@ #include <xmloff/unointerfacetouniqueidentifiermapper.hxx> #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> -#include <tools/debug.hxx> #include <boost/ptr_container/ptr_vector.hpp> #include <com/sun/star/text/XTextFrame.hpp> |