diff options
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r-- | sc/inc/dociter.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index c490a9dbc0b1..6f17e2db0fce 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -247,6 +247,8 @@ public: OUString getString(); const EditTextObject* getEditText() const; ScFormulaCell* getFormulaCell(); + double getValue() const; + bool hasString() const; bool hasNumeric() const; bool isEmpty() const; |