diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-07 14:34:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-08 08:33:01 +0200 |
commit | b3eb84376653b1f5883a3543adf36547790dd045 (patch) | |
tree | 7fd152186dc38de76207608e44a0054033d2aaae /xmloff | |
parent | 43e997d2d9f5ca98bf765e1c956bf56f66935eb5 (diff) |
cleanup tools/debug.hxx includes
with command
> git grep -l tools/debug.hxx |
xargs grep -L DBG_ |
xargs sed -i '/#include *\(<\|\"\)tools\/debug.hxx.*/d'
don't change files in includes/ and */pch
Change-Id: Ie429d6a7dca5dfa1073e0f5ba037f7c84bdbec08
Reviewed-on: https://gerrit.libreoffice.org/37349
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
55 files changed, 0 insertions, 55 deletions
diff --git a/xmloff/inc/MultiPropertySetHelper.hxx b/xmloff/inc/MultiPropertySetHelper.hxx index cbc61f5e1633..661266883661 100644 --- a/xmloff/inc/MultiPropertySetHelper.hxx +++ b/xmloff/inc/MultiPropertySetHelper.hxx @@ -21,7 +21,6 @@ #include <rtl/ustring.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <tools/debug.hxx> namespace com { namespace sun { namespace star { diff --git a/xmloff/source/chart/XMLChartStyleContext.cxx b/xmloff/source/chart/XMLChartStyleContext.cxx index 17fa381cccb7..b93eee5d14ee 100644 --- a/xmloff/source/chart/XMLChartStyleContext.cxx +++ b/xmloff/source/chart/XMLChartStyleContext.cxx @@ -23,7 +23,6 @@ #include <xmloff/xmlnumfi.hxx> #include <xmloff/families.hxx> #include <xmloff/xmltypes.hxx> -#include <tools/debug.hxx> #include "XMLChartPropertyContext.hxx" diff --git a/xmloff/source/chart/contexts.cxx b/xmloff/source/chart/contexts.cxx index 797ecd00ea32..2708d37bf18e 100644 --- a/xmloff/source/chart/contexts.cxx +++ b/xmloff/source/chart/contexts.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmlmetai.hxx> diff --git a/xmloff/source/core/DomBuilderContext.cxx b/xmloff/source/core/DomBuilderContext.cxx index ca8cbbed6314..8907f6a284df 100644 --- a/xmloff/source/core/DomBuilderContext.cxx +++ b/xmloff/source/core/DomBuilderContext.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/xml/dom/NodeType.hpp> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <comphelper/processfactory.hxx> diff --git a/xmloff/source/core/DomExport.cxx b/xmloff/source/core/DomExport.cxx index 21dc0391123b..fa751c1abb9f 100644 --- a/xmloff/source/core/DomExport.cxx +++ b/xmloff/source/core/DomExport.cxx @@ -37,7 +37,6 @@ #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> -#include <tools/debug.hxx> #include <vector> diff --git a/xmloff/source/core/i18nmap.cxx b/xmloff/source/core/i18nmap.cxx index c297d2e6f9ea..87a7801da048 100644 --- a/xmloff/source/core/i18nmap.cxx +++ b/xmloff/source/core/i18nmap.cxx @@ -18,7 +18,6 @@ */ #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <xmloff/i18nmap.hxx> bool SvI18NMap::Add( sal_uInt16 nKind, const OUString& rName, diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 166aa91b0a42..c22e32173314 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -19,7 +19,6 @@ #include <sal/macros.h> #include <xmloff/xmltoken.hxx> -#include <tools/debug.hxx> #include <rtl/ustring.hxx> diff --git a/xmloff/source/core/xmluconv.cxx b/xmloff/source/core/xmluconv.cxx index 78d576091e13..7272ac0e6870 100644 --- a/xmloff/source/core/xmluconv.cxx +++ b/xmloff/source/core/xmluconv.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/Date.hpp> -#include <tools/debug.hxx> #include <rtl/ustrbuf.hxx> #include <osl/diagnose.h> #include <xmloff/xmlement.hxx> diff --git a/xmloff/source/draw/XMLNumberStyles.cxx b/xmloff/source/draw/XMLNumberStyles.cxx index ce1290b0ba17..8ca660499cc6 100644 --- a/xmloff/source/draw/XMLNumberStyles.cxx +++ b/xmloff/source/draw/XMLNumberStyles.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <XMLNumberStylesExport.hxx> #include <XMLNumberStylesImport.hxx> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/draw/animationexport.cxx b/xmloff/source/draw/animationexport.cxx index b56bf8305613..ed77aab0e84f 100644 --- a/xmloff/source/draw/animationexport.cxx +++ b/xmloff/source/draw/animationexport.cxx @@ -54,7 +54,6 @@ #include <o3tl/any.hxx> #include <sax/tools/converter.hxx> -#include <tools/debug.hxx> #include <xmloff/unointerfacetouniqueidentifiermapper.hxx> #include "sdxmlexp_impl.hxx" #include "sdpropls.hxx" diff --git a/xmloff/source/draw/animexp.cxx b/xmloff/source/draw/animexp.cxx index fededf9f6fcf..bbbc28214932 100644 --- a/xmloff/source/draw/animexp.cxx +++ b/xmloff/source/draw/animexp.cxx @@ -18,7 +18,6 @@ */ -#include <tools/debug.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/presentation/AnimationSpeed.hpp> #include <xmloff/unointerfacetouniqueidentifiermapper.hxx> diff --git a/xmloff/source/draw/eventimp.cxx b/xmloff/source/draw/eventimp.cxx index 9385887652ea..38c3460df817 100644 --- a/xmloff/source/draw/eventimp.cxx +++ b/xmloff/source/draw/eventimp.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <com/sun/star/document/XEventsSupplier.hpp> #include <com/sun/star/container/XNameReplace.hpp> #include <com/sun/star/presentation/AnimationSpeed.hpp> diff --git a/xmloff/source/draw/layerimp.cxx b/xmloff/source/draw/layerimp.cxx index 0597b04cc92c..4b4d516096a2 100644 --- a/xmloff/source/draw/layerimp.cxx +++ b/xmloff/source/draw/layerimp.cxx @@ -18,7 +18,6 @@ */ -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <com/sun/star/drawing/XLayerManager.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index 19328c6a6af7..567ba9bf577f 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -53,7 +53,6 @@ #include <com/sun/star/util/MeasureUnit.hpp> #include <rtl/ustrbuf.hxx> #include <tools/gen.hxx> -#include <tools/debug.hxx> #include <sax/tools/converter.hxx> #include <xmloff/xmlaustp.hxx> #include <xmloff/families.hxx> diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx index b868abc8b933..920d287bb7a5 100644 --- a/xmloff/source/draw/ximpbody.cxx +++ b/xmloff/source/draw/ximpbody.cxx @@ -37,7 +37,6 @@ #include "ximpshow.hxx" #include "PropertySetMerger.hxx" #include "animationimport.hxx" -#include <tools/debug.hxx> #include <osl/diagnose.hxx> using namespace ::com::sun::star; diff --git a/xmloff/source/forms/eventexport.cxx b/xmloff/source/forms/eventexport.cxx index 0cbd69068eb4..a3738d48e910 100644 --- a/xmloff/source/forms/eventexport.cxx +++ b/xmloff/source/forms/eventexport.cxx @@ -20,7 +20,6 @@ #include "eventexport.hxx" #include <osl/diagnose.h> #include "strings.hxx" -#include <tools/debug.hxx> #include <comphelper/sequence.hxx> namespace xmloff diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx index 2cb5522e27a8..387154b2780a 100644 --- a/xmloff/source/meta/xmlmetae.cxx +++ b/xmloff/source/meta/xmlmetae.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <i18nlangtag/languagetag.hxx> #include <rtl/ustrbuf.hxx> diff --git a/xmloff/source/style/DashStyle.cxx b/xmloff/source/style/DashStyle.cxx index 6e6884b7ae5a..842eced6c360 100644 --- a/xmloff/source/style/DashStyle.cxx +++ b/xmloff/source/style/DashStyle.cxx @@ -32,7 +32,6 @@ #include <xmloff/xmlimp.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <xmloff/xmltkmap.hxx> using namespace ::com::sun::star; diff --git a/xmloff/source/style/GradientStyle.cxx b/xmloff/source/style/GradientStyle.cxx index 45353f1a73fe..e11c4b1c6112 100644 --- a/xmloff/source/style/GradientStyle.cxx +++ b/xmloff/source/style/GradientStyle.cxx @@ -30,7 +30,6 @@ #include <xmloff/xmltoken.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <xmloff/xmltkmap.hxx> #include <xmloff/xmlexp.hxx> #include <xmloff/xmlimp.hxx> diff --git a/xmloff/source/style/HatchStyle.cxx b/xmloff/source/style/HatchStyle.cxx index 81a27084de93..3a0db19b9ecc 100644 --- a/xmloff/source/style/HatchStyle.cxx +++ b/xmloff/source/style/HatchStyle.cxx @@ -31,7 +31,6 @@ #include <xmloff/xmlimp.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <xmloff/xmltkmap.hxx> using namespace ::com::sun::star; diff --git a/xmloff/source/style/ImageStyle.cxx b/xmloff/source/style/ImageStyle.cxx index 64c76f2a08fa..9ad41ca06215 100644 --- a/xmloff/source/style/ImageStyle.cxx +++ b/xmloff/source/style/ImageStyle.cxx @@ -28,7 +28,6 @@ #include <xmloff/xmlimp.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <xmloff/xmltkmap.hxx> using namespace ::com::sun::star; diff --git a/xmloff/source/style/TransGradientStyle.cxx b/xmloff/source/style/TransGradientStyle.cxx index d1be6cef0ff9..5d574d98c8d7 100644 --- a/xmloff/source/style/TransGradientStyle.cxx +++ b/xmloff/source/style/TransGradientStyle.cxx @@ -30,7 +30,6 @@ #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <tools/color.hxx> -#include <tools/debug.hxx> #include <xmloff/xmltkmap.hxx> #include <xmloff/xmlexp.hxx> #include <xmloff/xmlimp.hxx> diff --git a/xmloff/source/style/XMLFootnoteSeparatorImport.cxx b/xmloff/source/style/XMLFootnoteSeparatorImport.cxx index 88791e0f70a9..c9a7bfb2dd07 100644 --- a/xmloff/source/style/XMLFootnoteSeparatorImport.cxx +++ b/xmloff/source/style/XMLFootnoteSeparatorImport.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/xml/sax/XAttributeList.hpp> #include <com/sun/star/text/HorizontalAdjust.hpp> -#include <tools/debug.hxx> #include <sax/tools/converter.hxx> diff --git a/xmloff/source/style/XMLPageExport.cxx b/xmloff/source/style/XMLPageExport.cxx index 40c1f6f52133..5f884a4b9f07 100644 --- a/xmloff/source/style/XMLPageExport.cxx +++ b/xmloff/source/style/XMLPageExport.cxx @@ -19,7 +19,6 @@ #include <xmloff/XMLPageExport.hxx> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> diff --git a/xmloff/source/style/backhdl.cxx b/xmloff/source/style/backhdl.cxx index 94872997e808..24408648560b 100644 --- a/xmloff/source/style/backhdl.cxx +++ b/xmloff/source/style/backhdl.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <backhdl.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmluconv.hxx> diff --git a/xmloff/source/style/impastpl.cxx b/xmloff/source/style/impastpl.cxx index 575d6e38a225..56e1c6cc7f33 100644 --- a/xmloff/source/style/impastpl.cxx +++ b/xmloff/source/style/impastpl.cxx @@ -21,7 +21,6 @@ #include <algorithm> #include <rtl/ustrbuf.hxx> -#include <tools/debug.hxx> #include <tools/solar.h> #include <xmloff/PageMasterStyleMap.hxx> #include <xmloff/attrlist.hxx> diff --git a/xmloff/source/style/prhdlfac.cxx b/xmloff/source/style/prhdlfac.cxx index f53e3663b527..16ed2f05b24b 100644 --- a/xmloff/source/style/prhdlfac.cxx +++ b/xmloff/source/style/prhdlfac.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/text/WritingMode2.hpp> #include <com/sun/star/text/VertOrientation.hpp> -#include <tools/debug.hxx> #include <xmloff/xmltypes.hxx> #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/style/prstylei.cxx b/xmloff/source/style/prstylei.cxx index 079bea84c086..97a6c7861728 100644 --- a/xmloff/source/style/prstylei.cxx +++ b/xmloff/source/style/prstylei.cxx @@ -20,7 +20,6 @@ #include <sal/config.h> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <set> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx index 8aec434b5faf..286097a836b4 100644 --- a/xmloff/source/style/styleexp.cxx +++ b/xmloff/source/style/styleexp.cxx @@ -20,7 +20,6 @@ #include <sal/config.h> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/style/xmlaustp.cxx b/xmloff/source/style/xmlaustp.cxx index 94eb689d2790..b03387993f54 100644 --- a/xmloff/source/style/xmlaustp.cxx +++ b/xmloff/source/style/xmlaustp.cxx @@ -18,7 +18,6 @@ */ #include <com/sun/star/container/XIndexReplace.hpp> -#include <tools/debug.hxx> #include "impastpl.hxx" #include <xmloff/xmlaustp.hxx> #include <xmloff/families.hxx> diff --git a/xmloff/source/style/xmlbahdl.cxx b/xmloff/source/style/xmlbahdl.cxx index 428508b79cbd..7da1b37f8357 100644 --- a/xmloff/source/style/xmlbahdl.cxx +++ b/xmloff/source/style/xmlbahdl.cxx @@ -20,7 +20,6 @@ #include <xmlbahdl.hxx> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <sax/tools/converter.hxx> #include <xmloff/xmluconv.hxx> #include <com/sun/star/uno/Any.hxx> diff --git a/xmloff/source/style/xmlnume.cxx b/xmloff/source/style/xmlnume.cxx index cc9ec571bb2a..2173faebc0e9 100644 --- a/xmloff/source/style/xmlnume.cxx +++ b/xmloff/source/style/xmlnume.cxx @@ -37,7 +37,6 @@ #include <rtl/ustrbuf.hxx> -#include <tools/debug.hxx> #include <sax/tools/converter.hxx> diff --git a/xmloff/source/style/xmlnumfi.cxx b/xmloff/source/style/xmlnumfi.cxx index e0a2cd09dc3b..d4805317fb89 100644 --- a/xmloff/source/style/xmlnumfi.cxx +++ b/xmloff/source/style/xmlnumfi.cxx @@ -30,7 +30,6 @@ #include <rtl/math.hxx> #include <i18nlangtag/languagetag.hxx> #include <tools/color.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx index 46ac909b7f80..b1e514721847 100644 --- a/xmloff/source/style/xmlnumi.cxx +++ b/xmloff/source/style/xmlnumi.cxx @@ -35,7 +35,6 @@ #include <rtl/ustrbuf.hxx> #include <osl/diagnose.h> -#include <tools/debug.hxx> #include <tools/fontenum.hxx> #include <sax/tools/converter.hxx> diff --git a/xmloff/source/style/xmlprmap.cxx b/xmloff/source/style/xmlprmap.cxx index 602eacf4d8a3..a287408f00d2 100644 --- a/xmloff/source/style/xmlprmap.cxx +++ b/xmloff/source/style/xmlprmap.cxx @@ -23,7 +23,6 @@ #include <xmloff/xmltoken.hxx> #include <xmloff/maptype.hxx> #include <xmloff/prhdlfac.hxx> -#include <tools/debug.hxx> #include "xmlbahdl.hxx" diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx index 9f362ca19846..71a2e4e2b5b2 100644 --- a/xmloff/source/style/xmlstyle.cxx +++ b/xmloff/source/style/xmlstyle.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/style/XAutoStyleFamily.hpp> #include "PageMasterPropMapper.hxx" #include <o3tl/make_unique.hxx> -#include <tools/debug.hxx> #include <svl/itemset.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx index 026ed54bfdc7..e01ada60b83c 100644 --- a/xmloff/source/table/XMLTableExport.cxx +++ b/xmloff/source/table/XMLTableExport.cxx @@ -48,7 +48,6 @@ #include <xmloff/maptype.hxx> #include <xmloff/prhdlfac.hxx> #include <xmloff/txtprmap.hxx> -#include <tools/debug.hxx> #include "table.hxx" using namespace ::xmloff::token; diff --git a/xmloff/source/text/XMLChangeImportContext.cxx b/xmloff/source/text/XMLChangeImportContext.cxx index 54c8bea9db53..aabfe8b3cf56 100644 --- a/xmloff/source/text/XMLChangeImportContext.cxx +++ b/xmloff/source/text/XMLChangeImportContext.cxx @@ -18,7 +18,6 @@ */ #include "XMLChangeImportContext.hxx" -#include <tools/debug.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/nmspmap.hxx> diff --git a/xmloff/source/text/XMLIndexTabStopEntryContext.cxx b/xmloff/source/text/XMLIndexTabStopEntryContext.cxx index d5610240dc57..475eafa8340e 100644 --- a/xmloff/source/text/XMLIndexTabStopEntryContext.cxx +++ b/xmloff/source/text/XMLIndexTabStopEntryContext.cxx @@ -31,7 +31,6 @@ #include <xmloff/xmltoken.hxx> #include <xmloff/xmluconv.hxx> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> using namespace ::xmloff::token; diff --git a/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx b/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx index f68df46427dd..d69d884d0177 100644 --- a/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx +++ b/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx @@ -30,7 +30,6 @@ #include <xmloff/xmluconv.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlnume.hxx> -#include <tools/debug.hxx> #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx index 5da5902c93da..539d41e4fd8e 100644 --- a/xmloff/source/text/XMLTextFrameContext.cxx +++ b/xmloff/source/text/XMLTextFrameContext.cxx @@ -18,7 +18,6 @@ */ #include <o3tl/make_unique.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/text/TextContentAnchorType.hpp> diff --git a/xmloff/source/text/XMLTextListAutoStylePool.cxx b/xmloff/source/text/XMLTextListAutoStylePool.cxx index f480cfdd93a3..a64489e778b1 100644 --- a/xmloff/source/text/XMLTextListAutoStylePool.cxx +++ b/xmloff/source/text/XMLTextListAutoStylePool.cxx @@ -19,7 +19,6 @@ #include <vector> -#include <tools/debug.hxx> #include <tools/solar.h> #include <o3tl/sorted_vector.hxx> #include <com/sun/star/ucb/XAnyCompareFactory.hpp> diff --git a/xmloff/source/text/XMLTextListBlockContext.cxx b/xmloff/source/text/XMLTextListBlockContext.cxx index 968b1f5fe7a0..0552d0197611 100644 --- a/xmloff/source/text/XMLTextListBlockContext.cxx +++ b/xmloff/source/text/XMLTextListBlockContext.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XIndexReplace.hpp> #include <com/sun/star/style/XStyle.hpp> diff --git a/xmloff/source/text/XMLTextMasterPageExport.cxx b/xmloff/source/text/XMLTextMasterPageExport.cxx index fa82c6ee667a..8d31899929e7 100644 --- a/xmloff/source/text/XMLTextMasterPageExport.cxx +++ b/xmloff/source/text/XMLTextMasterPageExport.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> #include <com/sun/star/text/XText.hpp> diff --git a/xmloff/source/text/XMLTextNumRuleInfo.cxx b/xmloff/source/text/XMLTextNumRuleInfo.cxx index 7ee74d63d218..15b3e4a24ebe 100644 --- a/xmloff/source/text/XMLTextNumRuleInfo.cxx +++ b/xmloff/source/text/XMLTextNumRuleInfo.cxx @@ -18,7 +18,6 @@ */ -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/xmloff/source/text/txtexppr.cxx b/xmloff/source/text/txtexppr.cxx index 2e451cd76bc2..d1397608e9fa 100644 --- a/xmloff/source/text/txtexppr.cxx +++ b/xmloff/source/text/txtexppr.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/awt/FontUnderline.hpp> #include <com/sun/star/text/XChapterNumberingSupplier.hpp> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <tools/color.hxx> #include <xmloff/txtprmap.hxx> #include <xmloff/xmlexp.hxx> diff --git a/xmloff/source/text/txtftne.cxx b/xmloff/source/text/txtftne.cxx index e504539ece06..fec952bafce1 100644 --- a/xmloff/source/text/txtftne.cxx +++ b/xmloff/source/text/txtftne.cxx @@ -30,7 +30,6 @@ #include <sal/config.h> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <rtl/ustrbuf.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx index 0eab8b5937c6..1a50d599d83c 100644 --- a/xmloff/source/text/txtprhdl.cxx +++ b/xmloff/source/text/txtprhdl.cxx @@ -20,7 +20,6 @@ #include <sal/config.h> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include <tools/fontenum.hxx> diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx index ab9bf8bc78fc..a031bfc1dad0 100644 --- a/xmloff/source/text/txtprmap.cxx +++ b/xmloff/source/text/txtprmap.cxx @@ -18,7 +18,6 @@ */ #include <xmloff/txtprmap.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/xforms/SchemaRestrictionContext.cxx b/xmloff/source/xforms/SchemaRestrictionContext.cxx index 994c17480f12..5afd5e6b0b85 100644 --- a/xmloff/source/xforms/SchemaRestrictionContext.cxx +++ b/xmloff/source/xforms/SchemaRestrictionContext.cxx @@ -38,7 +38,6 @@ #include <com/sun/star/xsd/DataTypeClass.hpp> #include <com/sun/star/xsd/WhiteSpaceTreatment.hpp> -#include <tools/debug.hxx> #include <osl/diagnose.h> diff --git a/xmloff/source/xforms/TokenContext.cxx b/xmloff/source/xforms/TokenContext.cxx index 315bccf5ccff..2b3fb58f1f11 100644 --- a/xmloff/source/xforms/TokenContext.cxx +++ b/xmloff/source/xforms/TokenContext.cxx @@ -25,7 +25,6 @@ #include <xmloff/nmspmap.hxx> #include <xmloff/xmlerror.hxx> -#include <tools/debug.hxx> #include <algorithm> using com::sun::star::uno::Reference; diff --git a/xmloff/source/xforms/XFormsBindContext.cxx b/xmloff/source/xforms/XFormsBindContext.cxx index c19c9b5838a4..8a54e3ad9c41 100644 --- a/xmloff/source/xforms/XFormsBindContext.cxx +++ b/xmloff/source/xforms/XFormsBindContext.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/xforms/XModel2.hpp> -#include <tools/debug.hxx> #include <osl/diagnose.h> using com::sun::star::uno::Reference; diff --git a/xmloff/source/xforms/XFormsInstanceContext.cxx b/xmloff/source/xforms/XFormsInstanceContext.cxx index 77b5a4806632..62792c1926f6 100644 --- a/xmloff/source/xforms/XFormsInstanceContext.cxx +++ b/xmloff/source/xforms/XFormsInstanceContext.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/xforms/XModel2.hpp> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/xforms/XFormsSubmissionContext.cxx b/xmloff/source/xforms/XFormsSubmissionContext.cxx index c335197004a6..d4d7eb228363 100644 --- a/xmloff/source/xforms/XFormsSubmissionContext.cxx +++ b/xmloff/source/xforms/XFormsSubmissionContext.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/xforms/XModel2.hpp> -#include <tools/debug.hxx> #include <osl/diagnose.h> using com::sun::star::xml::sax::XAttributeList; diff --git a/xmloff/source/xforms/xformsapi.cxx b/xmloff/source/xforms/xformsapi.cxx index e15c135f3cc0..515d80fa304a 100644 --- a/xmloff/source/xforms/xformsapi.cxx +++ b/xmloff/source/xforms/xformsapi.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/xsd/DataTypeClass.hpp> #include <comphelper/processfactory.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <xmloff/xmltoken.hxx> |