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 ba18278341dd..b5d95a435894 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -276,6 +276,7 @@ public: void GetString( SCROW nRow, rtl::OUString& rString ) const; const OUString* GetStringCell( SCROW nRow ) const; + double* GetValueCell( SCROW nRow ); void GetInputString( SCROW nRow, rtl::OUString& rString ) const; double GetValue( SCROW nRow ) const; const EditTextObject* GetEditText( SCROW nRow ) const; |