summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ConfigColorScheme.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/ConfigColorScheme.hxx')
-rw-r--r--chart2/source/inc/ConfigColorScheme.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/ConfigColorScheme.hxx b/chart2/source/inc/ConfigColorScheme.hxx
index 7fd695242bd4..1e6da809232f 100644
--- a/chart2/source/inc/ConfigColorScheme.hxx
+++ b/chart2/source/inc/ConfigColorScheme.hxx
@@ -65,7 +65,7 @@ private:
// member variables
css::uno::Reference< css::uno::XComponentContext > m_xContext;
- ::std::unique_ptr< impl::ChartConfigItem > m_apChartConfigItem;
+ std::unique_ptr< impl::ChartConfigItem > m_apChartConfigItem;
mutable css::uno::Sequence< sal_Int64 > m_aColorSequence;
mutable sal_Int32 m_nNumberOfColors;
bool m_bNeedsUpdate;