summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-30 05:56:31 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-07-02 03:08:32 +0200
commitae4e42c87f10eda7efd74cb250253a4f6815d427 (patch)
treeae2b4c80f9eecd1b2507401b1e7217863e6e575b /xmloff
parent2c3b138a801437e801241039fa34f5f17646ecfe (diff)
remove unnecessary comments
Change-Id: Iff6c1c59d0300f868972c2abf88fee5cf7e5372a
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/chart/XMLChartStyleContext.cxx8
1 files changed, 1 insertions, 7 deletions
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 )