summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 12:37:56 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 17:03:54 -0400
commit4729b18c542068f122d4b1dfbf18626bac3f805b (patch)
treefa500348c10e5671e61aa64b7a92881a241da64f /sc/inc/column.hxx
parent2460b39d9c1d07abc50a7e645cb672c7b5a53084 (diff)
More on removing use of ScBaseCell in ScInterpreter.
Change-Id: I4468e04e009da3f2ca5a975f2b1a4aed207922b3
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx1
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;