diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-07 15:24:38 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-07 15:26:01 +0200 |
commit | 30155e222bb9ed283a6fca0ebfce375f6ea2bd67 (patch) | |
tree | 75ed3d4e2ba9f838f879e711777c70f504625690 | |
parent | 704e8f6e5210cfe382e809332828f0cbda94f3b2 (diff) |
more removed include guards using fixguard.py
-rw-r--r-- | sfx2/source/inc/tplcomp.hxx | 6 | ||||
-rw-r--r-- | xmloff/source/core/XMLEmbeddedObjectImportContext.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/core/xmluconv.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/meta/MetaExportComponent.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/XMLAutoTextEventExport.cxx | 2 |
5 files changed, 0 insertions, 14 deletions
diff --git a/sfx2/source/inc/tplcomp.hxx b/sfx2/source/inc/tplcomp.hxx index c172efb15d87..c50af4214693 100644 --- a/sfx2/source/inc/tplcomp.hxx +++ b/sfx2/source/inc/tplcomp.hxx @@ -29,15 +29,9 @@ #define _TPLCOMP_HXX #include <osl/mutex.hxx> -//ASDBG #ifndef _USR_UNO_HXX //ASDBG #include <usr/uno.hxx> -//ASDBG #endif -//ASDBG #ifndef _USR_LSTCOMP_HXX //ASDBG #include <usr/iterhlp.hxx> -//ASDBG #endif -//ASDBG #ifndef _USR_SERVICES_HXX //ASDBG #include <usr/services.hxx> -//ASDBG #endif #include <com/sun/star/chaos/XCommandExecutor.hpp> #include <com/sun/star/chaos/XStatusCallback.hpp> #include <com/sun/star/chaos/UnknownCommandException.hpp> diff --git a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx index 9bffe192ad75..08d18db79e67 100644 --- a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx +++ b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx @@ -33,9 +33,7 @@ #include <com/sun/star/frame/XStorable.hpp> // #110680# -//#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ //#include <comphelper/processfactory.hxx> -//#endif #include <tools/globname.hxx> #include <sot/clsids.hxx> #include <tools/globname.hxx> diff --git a/xmloff/source/core/xmluconv.cxx b/xmloff/source/core/xmluconv.cxx index fd03e3fb5b37..c69d48bdfcb6 100644 --- a/xmloff/source/core/xmluconv.cxx +++ b/xmloff/source/core/xmluconv.cxx @@ -50,9 +50,7 @@ #include <tools/fldunit.hxx> // #110680# -//#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ //#include <comphelper/processfactory.hxx> -//#endif #include <com/sun/star/util/XNumberFormatsSupplier.hpp> #include <com/sun/star/style/NumberingType.hpp> #include <com/sun/star/text/XNumberingTypeInfo.hpp> diff --git a/xmloff/source/meta/MetaExportComponent.cxx b/xmloff/source/meta/MetaExportComponent.cxx index 7e3f9958e439..2c805890ec65 100644 --- a/xmloff/source/meta/MetaExportComponent.cxx +++ b/xmloff/source/meta/MetaExportComponent.cxx @@ -38,9 +38,7 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> // #110680# -//#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ //#include <comphelper/processfactory.hxx> -//#endif #include <comphelper/genericpropertyset.hxx> #include <rtl/ustrbuf.hxx> #include "xmlnmspe.hxx" diff --git a/xmloff/source/text/XMLAutoTextEventExport.cxx b/xmloff/source/text/XMLAutoTextEventExport.cxx index 5185b9bce055..125a65f32ba2 100644 --- a/xmloff/source/text/XMLAutoTextEventExport.cxx +++ b/xmloff/source/text/XMLAutoTextEventExport.cxx @@ -40,9 +40,7 @@ #include <com/sun/star/uno/Exception.hpp> // #110680# -//#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ //#include <comphelper/processfactory.hxx> -//#endif #include <rtl/ustrbuf.hxx> #include "xmlnmspe.hxx" #include <xmloff/nmspmap.hxx> |