summaryrefslogtreecommitdiff
path: root/sc/inc/dociter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r--sc/inc/dociter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index 7e293e4ac3ff..1f57be4856c7 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -234,7 +234,7 @@ public:
const ScAddress& GetPos() const { return maCurPos; }
CellType getType() const { return maCurCell.meType;}
- OUString getString();
+ OUString getString() const;
const EditTextObject* getEditText() const { return maCurCell.mpEditText;}
ScFormulaCell* getFormulaCell() { return maCurCell.mpFormula;}
const ScFormulaCell* getFormulaCell() const { return maCurCell.mpFormula;}
@@ -305,8 +305,8 @@ public:
// (bIsString)
bool GetFirst();
bool GetNext();
- SCCOL GetCol() { return nCol; }
- SCROW GetRow() { return nRow; }
+ SCCOL GetCol() const { return nCol; }
+ SCROW GetRow() const { return nRow; }
// increments all Entry.nField, if column
// changes, for ScInterpreter ScHLookup()