diff options
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 91deffcabab9..4a0e9c46601b 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -252,8 +252,7 @@ public: void GetString( SCROW nRow, String& rString ) const; void GetInputString( SCROW nRow, String& rString ) const; double GetValue( SCROW nRow ) const; - void GetFormula( SCROW nRow, String& rFormula, - bool bAsciiExport = false ) const; + void GetFormula( SCROW nRow, String& rFormula ) const; CellType GetCellType( SCROW nRow ) const; SCSIZE GetCellCount() const { return nCount; } sal_uIntPtr GetWeightedCount() const; |