diff options
Diffstat (limited to 'sc/inc/chartpos.hxx')
-rw-r--r-- | sc/inc/chartpos.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/chartpos.hxx b/sc/inc/chartpos.hxx index 08d3a6114915..c3693b0d91cc 100644 --- a/sc/inc/chartpos.hxx +++ b/sc/inc/chartpos.hxx @@ -127,7 +127,6 @@ public: virtual ~ScChartPositioner(); const ScRangeListRef& GetRangeList() const { return aRangeListRef; } - void SetRangeList( const ScRangeListRef& rNew ) { aRangeListRef = rNew; } void SetRangeList( const ScRange& rNew ); void SetHeaders(bool bCol, bool bRow) { bColHeaders=bCol; bRowHeaders=bRow; } |