From ae4e42c87f10eda7efd74cb250253a4f6815d427 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 30 Jun 2013 05:56:31 +0200 Subject: remove unnecessary comments Change-Id: Iff6c1c59d0300f868972c2abf88fee5cf7e5372a --- xmloff/source/chart/XMLChartStyleContext.cxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/chart/XMLChartStyleContext.cxx b/xmloff/source/chart/XMLChartStyleContext.cxx index 27ac66bb5632..52dc38ab68ef 100644 --- a/xmloff/source/chart/XMLChartStyleContext.cxx +++ b/xmloff/source/chart/XMLChartStyleContext.cxx @@ -37,8 +37,6 @@ using ::xmloff::token::XML_CHART_PROPERTIES; TYPEINIT1( XMLChartStyleContext, XMLPropStyleContext ); -// protected - void XMLChartStyleContext::SetAttribute( sal_uInt16 nPrefixKey, const OUString& rLocalName, @@ -58,9 +56,6 @@ void XMLChartStyleContext::SetAttribute( } } -//public - -// CTOR XMLChartStyleContext::XMLChartStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -71,7 +66,6 @@ XMLChartStyleContext::XMLChartStyleContext( mrStyles( rStyles ) {} -// DTOR XMLChartStyleContext::~XMLChartStyleContext() {} @@ -96,7 +90,7 @@ void lcl_NumberFormatStyleToProperty( const OUString& rStyleName, const OUString } } -}// anonymous namespace +} void XMLChartStyleContext::FillPropertySet( const uno::Reference< beans::XPropertySet > & rPropSet ) -- cgit