Kaydet (Commit) ae4e42c8 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove unnecessary comments

Change-Id: Iff6c1c59d0300f868972c2abf88fee5cf7e5372a
üst 2c3b138a
...@@ -37,8 +37,6 @@ using ::xmloff::token::XML_CHART_PROPERTIES; ...@@ -37,8 +37,6 @@ using ::xmloff::token::XML_CHART_PROPERTIES;
TYPEINIT1( XMLChartStyleContext, XMLPropStyleContext ); TYPEINIT1( XMLChartStyleContext, XMLPropStyleContext );
// protected
void XMLChartStyleContext::SetAttribute( void XMLChartStyleContext::SetAttribute(
sal_uInt16 nPrefixKey, sal_uInt16 nPrefixKey,
const OUString& rLocalName, const OUString& rLocalName,
...@@ -58,9 +56,6 @@ void XMLChartStyleContext::SetAttribute( ...@@ -58,9 +56,6 @@ void XMLChartStyleContext::SetAttribute(
} }
} }
//public
// CTOR
XMLChartStyleContext::XMLChartStyleContext( XMLChartStyleContext::XMLChartStyleContext(
SvXMLImport& rImport, sal_uInt16 nPrfx, SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName, const OUString& rLName,
...@@ -71,7 +66,6 @@ XMLChartStyleContext::XMLChartStyleContext( ...@@ -71,7 +66,6 @@ XMLChartStyleContext::XMLChartStyleContext(
mrStyles( rStyles ) mrStyles( rStyles )
{} {}
// DTOR
XMLChartStyleContext::~XMLChartStyleContext() XMLChartStyleContext::~XMLChartStyleContext()
{} {}
...@@ -96,7 +90,7 @@ void lcl_NumberFormatStyleToProperty( const OUString& rStyleName, const OUString ...@@ -96,7 +90,7 @@ void lcl_NumberFormatStyleToProperty( const OUString& rStyleName, const OUString
} }
} }
}// anonymous namespace }
void XMLChartStyleContext::FillPropertySet( void XMLChartStyleContext::FillPropertySet(
const uno::Reference< beans::XPropertySet > & rPropSet ) const uno::Reference< beans::XPropertySet > & rPropSet )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment