summaryrefslogtreecommitdiff
path: root/cui/source/options/cfgchart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/cfgchart.hxx')
-rw-r--r--cui/source/options/cfgchart.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/cfgchart.hxx b/cui/source/options/cfgchart.hxx
index 0a0ad216304d..fdfc06f675ba 100644
--- a/cui/source/options/cfgchart.hxx
+++ b/cui/source/options/cfgchart.hxx
@@ -97,8 +97,8 @@ public:
virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
void SetOptions( SvxChartOptions* pOpts ) const;
- const SvxChartColorTable & GetColorList() const ;
- SvxChartColorTable & GetColorList();
+ const SvxChartColorTable & GetColorList() const { return m_aColorTable;}
+ SvxChartColorTable & GetColorList() { return m_aColorTable;}
void ReplaceColorByIndex( size_t _nIndex, const XColorEntry & _rEntry );
private: