summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/PropertyMaps.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/PropertyMaps.cxx')
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index a21bced60927..ce07cbd7b4e8 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
// include PropertyMap.hxx with this define
// to create the maps
#ifndef _PROPERTYMAP_HXX_
@@ -76,8 +75,6 @@ using namespace ::xmloff::token;
// * XMLChartImportPropertyMapper
// * SchXMLStyleExport
-// ----------------------------------------
-
XMLChartPropHdlFactory::~XMLChartPropHdlFactory()
{
}
@@ -166,8 +163,6 @@ const XMLPropertyHandler* XMLChartPropHdlFactory::GetPropertyHandler( sal_Int32
return pHdl;
}
-// ----------------------------------------
-
XMLChartPropertySetMapper::XMLChartPropertySetMapper() :
XMLPropertySetMapper( aXMLChartPropMap, new XMLChartPropHdlFactory )
{
@@ -177,8 +172,6 @@ XMLChartPropertySetMapper::~XMLChartPropertySetMapper()
{
}
-// ----------------------------------------
-
XMLChartExportPropertyMapper::XMLChartExportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper,
SvXMLExport& rExport) :
SvXMLExportPropertyMapper( rMapper ),
@@ -506,8 +499,6 @@ void XMLChartExportPropertyMapper::setChartDoc( uno::Reference< chart2::XChartDo
mxChartDoc = xChartDoc;
}
-// ----------------------------------------
-
XMLChartImportPropertyMapper::XMLChartImportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper,
const SvXMLImport& _rImport ) :
SvXMLImportPropertyMapper( rMapper, const_cast< SvXMLImport & >( _rImport )),
@@ -662,7 +653,6 @@ bool XMLChartImportPropertyMapper::handleSpecialItem(
}
}
-
// if we didn't handle it, the parent should
if( !bRet )
{