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 /xmloff | |
parent | 704e8f6e5210cfe382e809332828f0cbda94f3b2 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'xmloff')
-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 |
4 files changed, 0 insertions, 8 deletions
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> |