summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-05 14:39:47 +0800
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-02-05 16:40:03 +0400
commit9c06348b32bd799241f23b1c2d75a46cf498d015 (patch)
treeeaedb04eb775ee20712d41387ca28409bc2d9885 /sc/inc/cellsuno.hxx
parentdf58753d51c41253f26104d146a73ba74c42e33e (diff)
Remove unused code.
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 8d1708715699..c2733bdd9557 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -869,10 +869,6 @@ public:
// XML import needs to set results at formula cells,
// not meant for any other purpose.
- void SetFormulaResultString( const ::rtl::OUString& rResult );
- void SetFormulaResultDouble( double fResult );
- void SetFormulaWithGrammar( const ::rtl::OUString& rFormula,
- const ::rtl::OUString& rFormulaNmsp, const formula::FormulaGrammar::Grammar );
const ScAddress& GetPosition() const { return aCellPos; }
void InputEnglishString( const ::rtl::OUString& rText );