diff options
Diffstat (limited to 'cui/source/options/cfgchart.hxx')
-rw-r--r-- | cui/source/options/cfgchart.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/cfgchart.hxx b/cui/source/options/cfgchart.hxx index eba4a7fda42e..91adbf17cda3 100644 --- a/cui/source/options/cfgchart.hxx +++ b/cui/source/options/cfgchart.hxx @@ -43,7 +43,7 @@ public: void remove( size_t _nIndex ); void replace( size_t _nIndex, const XColorEntry & _rEntry ); void useDefault(); - OUString getDefaultName(size_t _nIndex); + static OUString getDefaultName(size_t _nIndex); // comparison bool operator==( const SvxChartColorTable & _rOther ) const; |