summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLEnumConverter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/SchXMLEnumConverter.cxx')
-rw-r--r--xmloff/source/chart/SchXMLEnumConverter.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/source/chart/SchXMLEnumConverter.cxx b/xmloff/source/chart/SchXMLEnumConverter.cxx
index 9350f8676267..8e1e5da0c703 100644
--- a/xmloff/source/chart/SchXMLEnumConverter.cxx
+++ b/xmloff/source/chart/SchXMLEnumConverter.cxx
@@ -31,7 +31,6 @@ using namespace ::com::sun::star;
namespace
{
-//-----------------------------------------------------------------------
SvXMLEnumMapEntry aXMLLegendPositionEnumMap[] =
{
@@ -54,8 +53,6 @@ struct TheLegendPositionPropertyHdl : public rtl::Static< XMLLegendPositionPrope
{
};
-//-----------------------------------------------------------------------
-
SvXMLEnumMapEntry aXMLLegendExpansionEnumMap[] =
{
{ XML_WIDE, chart::ChartLegendExpansion_WIDE },
@@ -77,12 +74,8 @@ struct TheLegendExpansionPropertyHdl : public rtl::Static< XMLLegendExpansionPro
{
};
-//-----------------------------------------------------------------------
-
}//end anonymous namespace
-//-----------------------------------------------------------------------
-
XMLEnumPropertyHdl& SchXMLEnumConverter::getLegendPositionConverter()
{
return TheLegendPositionPropertyHdl::get();