summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/NetChart.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/charttypes/NetChart.cxx')
-rw-r--r--chart2/source/view/charttypes/NetChart.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/charttypes/NetChart.cxx b/chart2/source/view/charttypes/NetChart.cxx
index eef6aa067885..56e46bf1d791 100644
--- a/chart2/source/view/charttypes/NetChart.cxx
+++ b/chart2/source/view/charttypes/NetChart.cxx
@@ -87,8 +87,8 @@ bool NetChart::isSeparateStackingForDifferentSigns( sal_Int32 /*nDimensionIndex*
LegendSymbolStyle NetChart::getLegendSymbolStyle()
{
if( m_bArea )
- return LegendSymbolStyle_BOX;
- return LegendSymbolStyle_LINE;
+ return LegendSymbolStyle::Box;
+ return LegendSymbolStyle::Line;
}
uno::Any NetChart::getExplicitSymbol( const VDataSeries& rSeries, sal_Int32 nPointIndex )