From 9c06348b32bd799241f23b1c2d75a46cf498d015 Mon Sep 17 00:00:00 2001 From: Elton Chung Date: Sun, 5 Feb 2012 14:39:47 +0800 Subject: Remove unused code. --- sc/inc/cellsuno.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sc/inc/cellsuno.hxx') 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 ); -- cgit