summaryrefslogtreecommitdiff
path: root/sc/inc/dociter.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-26 18:42:19 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-27 00:07:15 -0400
commite45f3aa3580cb4ba05a778f192c60e42db8a3500 (patch)
tree496395d035c99ddac9c3b6e3825a59e6ca4800dd /sc/inc/dociter.hxx
parentaa054eff8ba5a1b7a3eb2a6814564317f0801f70 (diff)
More on killing direct use of cell classes.
Change-Id: Ie2b6819652f330a493b7f9fe557736b27e402803
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r--sc/inc/dociter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index b50c68ab82ec..7161ac29711f 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -237,7 +237,7 @@ public:
const EditTextObject* getEditText() const;
ScFormulaCell* getFormulaCell();
const ScFormulaCell* getFormulaCell() const;
- double getValue() const;
+ double getValue();
ScCellValue getCellValue() const;
const ScRefCellValue& getRefCellValue() const;