From 97a5ba4a71c39207859556296ed46dc474762164 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 21 Apr 2014 10:54:54 +0200 Subject: remove comments why a file gets included also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d --- xmloff/source/chart/PropertyMaps.cxx | 1 - xmloff/source/chart/SchXMLEnumConverter.cxx | 1 - xmloff/source/chart/SchXMLExport.cxx | 1 - xmloff/source/chart/SchXMLSeries2Context.cxx | 2 -- xmloff/source/chart/SchXMLSeries2Context.hxx | 1 - xmloff/source/chart/SchXMLSeriesHelper.cxx | 1 - xmloff/source/chart/SchXMLTools.cxx | 5 ----- 7 files changed, 12 deletions(-) (limited to 'xmloff/source/chart') diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx index 42d0a73d8264..3d19b020c69a 100644 --- a/xmloff/source/chart/PropertyMaps.cxx +++ b/xmloff/source/chart/PropertyMaps.cxx @@ -56,7 +56,6 @@ #include #include -// header for any2enum #include #include #include diff --git a/xmloff/source/chart/SchXMLEnumConverter.cxx b/xmloff/source/chart/SchXMLEnumConverter.cxx index c526129268a2..ec04afdbcb8e 100644 --- a/xmloff/source/chart/SchXMLEnumConverter.cxx +++ b/xmloff/source/chart/SchXMLEnumConverter.cxx @@ -23,7 +23,6 @@ #include #include -// header for rtl::Static #include using namespace ::xmloff::token; diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index 02e3d62d1ec3..5f8ef2ecac1e 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -46,7 +46,6 @@ #include #include "xexptran.hxx" #include -// header for any2enum #include #include diff --git a/xmloff/source/chart/SchXMLSeries2Context.cxx b/xmloff/source/chart/SchXMLSeries2Context.cxx index 95e0a06ad15c..beebfa0265cf 100644 --- a/xmloff/source/chart/SchXMLSeries2Context.cxx +++ b/xmloff/source/chart/SchXMLSeries2Context.cxx @@ -42,7 +42,6 @@ #include -// header for define DBG_ERROR1 #include #include #include @@ -50,7 +49,6 @@ #include #include #include "SchXMLImport.hxx" -// header for class XMLPropStyleContext #include #include diff --git a/xmloff/source/chart/SchXMLSeries2Context.hxx b/xmloff/source/chart/SchXMLSeries2Context.hxx index 2da8543dbeb1..d4544c0ead6e 100644 --- a/xmloff/source/chart/SchXMLSeries2Context.hxx +++ b/xmloff/source/chart/SchXMLSeries2Context.hxx @@ -23,7 +23,6 @@ #include "SchXMLChartContext.hxx" #include #include -// header for class SvXMLStyleContext #include #include diff --git a/xmloff/source/chart/SchXMLSeriesHelper.cxx b/xmloff/source/chart/SchXMLSeriesHelper.cxx index f433bf100938..3535fcbde31e 100644 --- a/xmloff/source/chart/SchXMLSeriesHelper.cxx +++ b/xmloff/source/chart/SchXMLSeriesHelper.cxx @@ -26,7 +26,6 @@ #include #include -// header for define DBG_ERROR1 #include #include diff --git a/xmloff/source/chart/SchXMLTools.cxx b/xmloff/source/chart/SchXMLTools.cxx index 7595c3f3dfcd..c9d3d9b1512c 100644 --- a/xmloff/source/chart/SchXMLTools.cxx +++ b/xmloff/source/chart/SchXMLTools.cxx @@ -21,15 +21,10 @@ #include #include -// header for class SvXMLUnitConverter #include -// header for struct SvXMLEnumMapEntry #include -// header for class SvXMLImportPropertyMapper #include -// header for class XMLPropStyleContext #include -// header for class XMLPropertySetMapper #include #include #include -- cgit