diff options
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 558b83f3bdef..edfa5f4c2401 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -273,6 +273,7 @@ public: double GetValue( SCROW nRow ) const; const EditTextObject* GetEditText( SCROW nRow ) const; void GetFormula( SCROW nRow, rtl::OUString& rFormula ) const; + const ScTokenArray* GetFormula( SCROW nRow ) const; CellType GetCellType( SCROW nRow ) const; SCSIZE GetCellCount() const; sal_uInt32 GetWeightedCount() const; |