summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/XMLChartStyleContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/XMLChartStyleContext.cxx')
-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 )