diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-25 12:15:59 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-26 01:41:19 -0400 |
commit | 3bfaa277f1a6d78cc5f58f8a1fb510a08c183e50 (patch) | |
tree | 623de3c33c04d3e090e23f39924d5d32266aafba /sc/inc/dociter.hxx | |
parent | f74e52fe79692bba8603411246a30fc1bfa55f58 (diff) |
Query content cell type directly from ScCellIterator.
Change-Id: I0ab93d140f1864ca67ec42d0ac9e133dbc4b6660
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r-- | sc/inc/dociter.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index 141a1bae9023..a7994a62d5e2 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -245,6 +245,7 @@ public: OUString getString(); const EditTextObject* getEditText() const; ScFormulaCell* getFormulaCell(); + const ScFormulaCell* getFormulaCell() const; double getValue() const; bool hasString() const; |