diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-25 09:30:57 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-26 01:41:17 -0400 |
commit | 0e9e3be6f51436c1e5bf1481a434a85e334c09ea (patch) | |
tree | 6e04594b107ba5730d5d24506d508da0fe8e435a /sc/inc | |
parent | 459729627600fb057265479261ade74a55cd48d5 (diff) |
More on ScCellIterator usage migration.
Change-Id: I4ee6b1b3ae110ebfb59a84d6e9fd509ce38ca28c
Diffstat (limited to 'sc/inc')
-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; |