diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-06 23:23:03 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-06 23:55:51 +0100 |
commit | d59211357a4ae75365f23479ac2e1cd2376a5dab (patch) | |
tree | f6b5451b2a05ddd9402a2e6019f5bf1d798371a0 /xmloff/source/script | |
parent | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff) |
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'xmloff/source/script')
5 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/source/script/XMLEventsImportContext.cxx b/xmloff/source/script/XMLEventsImportContext.cxx index c11c85bdcca2..ce4e6fef3cfe 100644 --- a/xmloff/source/script/XMLEventsImportContext.cxx +++ b/xmloff/source/script/XMLEventsImportContext.cxx @@ -31,7 +31,6 @@ #include "XMLEventImportHelper.hxx" #include <com/sun/star/document/XEventsSupplier.hpp> -#include <tools/debug.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/nmspmap.hxx> #include "xmloff/xmlnmspe.hxx" diff --git a/xmloff/source/script/XMLScriptContextFactory.cxx b/xmloff/source/script/XMLScriptContextFactory.cxx index e4136c653d3b..7c87ab4f57da 100644 --- a/xmloff/source/script/XMLScriptContextFactory.cxx +++ b/xmloff/source/script/XMLScriptContextFactory.cxx @@ -28,7 +28,6 @@ #include "XMLScriptContextFactory.hxx" #include <xmloff/XMLEventsImportContext.hxx> -#include <tools/debug.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/nmspmap.hxx> #include "xmloff/xmlnmspe.hxx" diff --git a/xmloff/source/script/XMLScriptExportHandler.cxx b/xmloff/source/script/XMLScriptExportHandler.cxx index bd70691fe489..a31b44e7fb1a 100644 --- a/xmloff/source/script/XMLScriptExportHandler.cxx +++ b/xmloff/source/script/XMLScriptExportHandler.cxx @@ -29,7 +29,6 @@ #include "XMLScriptExportHandler.hxx" #include <com/sun/star/beans/PropertyValue.hpp> -#include <tools/debug.hxx> #include <xmloff/xmlexp.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/nmspmap.hxx> diff --git a/xmloff/source/script/XMLStarBasicContextFactory.cxx b/xmloff/source/script/XMLStarBasicContextFactory.cxx index 8efe48eeeed8..859d9a8a66bd 100644 --- a/xmloff/source/script/XMLStarBasicContextFactory.cxx +++ b/xmloff/source/script/XMLStarBasicContextFactory.cxx @@ -28,7 +28,6 @@ #include "XMLStarBasicContextFactory.hxx" #include <xmloff/XMLEventsImportContext.hxx> -#include <tools/debug.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/nmspmap.hxx> #include "xmloff/xmlnmspe.hxx" diff --git a/xmloff/source/script/XMLStarBasicExportHandler.cxx b/xmloff/source/script/XMLStarBasicExportHandler.cxx index 6e072f2141cd..942314b3a5ee 100644 --- a/xmloff/source/script/XMLStarBasicExportHandler.cxx +++ b/xmloff/source/script/XMLStarBasicExportHandler.cxx @@ -29,7 +29,6 @@ #include "XMLStarBasicExportHandler.hxx" #include <com/sun/star/beans/PropertyValue.hpp> -#include <tools/debug.hxx> #include <xmloff/xmlexp.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/nmspmap.hxx> |