diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 20:54:13 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 21:49:26 -0400 |
commit | a9a7f2501228e0f47085d937fc3727f1a452249f (patch) | |
tree | 41e05808f2e7722c376f68a9a00df5e9f9bedf5e /sc/inc/dociter.hxx | |
parent | 0872a719ab85a497ea1d71920e298fd9f1d66766 (diff) |
More on ScCellIterator usage conversion... Still not done.
Change-Id: I5023a57f3a089f1af7cd7fe53f57f82c60eb2b65
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r-- | sc/inc/dociter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index 8e3b28be519c..1a6d3e7081f5 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -244,7 +244,7 @@ public: const ScAddress& GetPos() const { return maCurPos; } CellType getType() const; - const OUString& getString() const; + OUString getString(); const EditTextObject* getEditText() const; ScFormulaCell* getFormulaCell(); bool hasString() const; |