diff options
author | David Tardon <dtardon@redhat.com> | 2010-10-06 09:34:39 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-10-06 09:34:39 +0200 |
commit | c57cf1ab4ad90cd359079f8c10fa98ca63650cea (patch) | |
tree | 27a8007a6a9cf16fa84904e3c6675cbe56ffd33e /xmloff | |
parent | 0501bf2bf452be015521b87620d82c69ff968db2 (diff) |
remove more commented out #includes and related comments
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/styleexp.hxx | 3 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLTableContext.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/styleexp.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/text/txtstyle.cxx | 12 |
4 files changed, 0 insertions, 19 deletions
diff --git a/xmloff/inc/xmloff/styleexp.hxx b/xmloff/inc/xmloff/styleexp.hxx index 10e9db410430..fa853db21683 100644 --- a/xmloff/inc/xmloff/styleexp.hxx +++ b/xmloff/inc/xmloff/styleexp.hxx @@ -32,9 +32,6 @@ #include <rtl/ustring.hxx> #include <com/sun/star/uno/Reference.h> -#ifndef _VCL_MAPUNIT_HXX -//#include <tools/mapunit.hxx> -#endif #include <xmloff/uniref.hxx> namespace com { namespace sun { namespace star diff --git a/xmloff/source/chart/SchXMLTableContext.hxx b/xmloff/source/chart/SchXMLTableContext.hxx index 717628b18de0..f0e36a1e0d51 100644 --- a/xmloff/source/chart/SchXMLTableContext.hxx +++ b/xmloff/source/chart/SchXMLTableContext.hxx @@ -29,7 +29,6 @@ #include <xmloff/xmlictxt.hxx> #include "SchXMLImport.hxx" -// #include "SchXMLChartContext.hxx" #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/chart/ChartDataRowSource.hpp> diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx index c1c3d85629a9..a06893ba0632 100644 --- a/xmloff/source/style/styleexp.cxx +++ b/xmloff/source/style/styleexp.cxx @@ -35,9 +35,6 @@ #include <xmloff/nmspmap.hxx> #include "xmlnmspe.hxx" #include <xmloff/xmltoken.hxx> -#ifndef _XMLOFF_XMLITMAP_HXX -//#include "xmlitmap.hxx" -#endif #include <xmloff/xmluconv.hxx> #include <xmloff/attrlist.hxx> #include <xmloff/xmlprmap.hxx> diff --git a/xmloff/source/text/txtstyle.cxx b/xmloff/source/text/txtstyle.cxx index fec54cd782fc..767c148614b4 100644 --- a/xmloff/source/text/txtstyle.cxx +++ b/xmloff/source/text/txtstyle.cxx @@ -28,9 +28,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_xmloff.hxx" -#ifndef _TOOLS_DEBUG_HXX -//#include <tools/debug.hxx> -#endif #include <com/sun/star/style/ParagraphStyleCategory.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> @@ -40,14 +37,8 @@ #include <xmloff/xmltoken.hxx> -#ifndef _XMLOFF_PROPERTYSETMAPPER_HXX -//#include <xmloff/xmlprmap.hxx> -#endif #include "xmlnmspe.hxx" #include <xmloff/families.hxx> -#ifndef _XMLOFF_TXTPRMAP_HXX -//#include <xmloff/txtprmap.hxx> -#endif #include <xmloff/txtparae.hxx> #include <xmloff/xmlnume.hxx> #include <xmloff/xmlexp.hxx> @@ -56,9 +47,6 @@ #include "txtexppr.hxx" #include <xmloff/txtprmap.hxx> -#ifndef _XMLOFF_STYLEEXP_HXX -//#include <xmloff/styleexp.hxx> -#endif using ::rtl::OUString; using ::rtl::OUStringBuffer; |