summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 09:56:02 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 17:03:53 -0400
commitea6ee3f9213ced2c86e684b043ad71cac22911e6 (patch)
treefa33575066d90bb7cfb255854c5e153b3aa8fa9a /sc/source/core/inc
parent663b7062855a21e6c9a24830ffb5ac7ae2669466 (diff)
GetValueCellValue() to take a double, not ScValueCell.
Change-Id: Idac293e6475caabe73e961cde5578c34d561e06a
Diffstat (limited to 'sc/source/core/inc')
-rw-r--r--sc/source/core/inc/interpre.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 18d635235b3f..bf57765f9be0 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -191,7 +191,7 @@ double GetCellValue( const ScAddress&, const ScBaseCell* );
double GetCellValue( const ScAddress&, ScRefCellValue& rCell );
double GetCellValueOrZero( const ScAddress&, const ScBaseCell* );
double GetCellValueOrZero( const ScAddress&, ScRefCellValue& rCell );
-double GetValueCellValue( const ScAddress&, const ScValueCell* );
+double GetValueCellValue( const ScAddress&, double fOrig );
ScBaseCell* GetCell( const ScAddress& rPos );
void GetCellString( String& rStr, const ScBaseCell* pCell );
void GetCellString( OUString& rStr, ScRefCellValue& rCell );