diff options
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r-- | sc/inc/dociter.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index 0a8ef91760da..b906dd91015d 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -220,12 +220,10 @@ public: const EditTextObject* getEditText() const; ScFormulaCell* getFormulaCell(); const ScFormulaCell* getFormulaCell() const; - double getValue(); ScCellValue getCellValue() const; const ScRefCellValue& getRefCellValue() const; bool hasString() const; - bool hasNumeric() const; bool hasEmptyData() const; bool isEmpty() const; bool equalsWithoutFormat( const ScAddress& rPos ) const; |