diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-21 16:26:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-25 15:16:59 +0200 |
commit | 651d52ca04eae72edb219f4f2977b94e5c8279c9 (patch) | |
tree | 8ae5ee0c4b464fbb5e8f96814dc9ed9c8ddaba6a /sc/inc | |
parent | f6cef562c01b34f88f54cff551e9ebe3e2f4fc2a (diff) |
remove unused code ScFormulaCell::GetErrorOrString
and then the now unused code in ScFormulaResult::GetErrorOrString
Change-Id: I95de8b5c24c0127cff61399eb6f38359040aace3
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/formulacell.hxx | 1 | ||||
-rw-r--r-- | sc/inc/formularesult.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx index e901c6e2b10e..d3e88534c9c0 100644 --- a/sc/inc/formulacell.hxx +++ b/sc/inc/formulacell.hxx @@ -284,7 +284,6 @@ public: sal_uInt16 GetErrCode(); // interpret first if necessary sal_uInt16 GetRawError(); // don't interpret, just return code or result error bool GetErrorOrValue( sal_uInt16& rErr, double& rVal ); - bool GetErrorOrString( sal_uInt16& rErr, svl::SharedString& rStr ); sc::FormulaResultValue GetResult(); sal_uInt8 GetMatrixFlag() const; ScTokenArray* GetCode(); diff --git a/sc/inc/formularesult.hxx b/sc/inc/formularesult.hxx index 3708c8a7efe2..31bb990f162b 100644 --- a/sc/inc/formularesult.hxx +++ b/sc/inc/formularesult.hxx @@ -155,7 +155,6 @@ public: bool IsMultiline() const; bool GetErrorOrDouble( sal_uInt16& rErr, double& rVal ) const; - bool GetErrorOrString( sal_uInt16& rErr, svl::SharedString& rStr ) const; sc::FormulaResultValue GetResult() const; /** Get error code if set or GetCellResultType() is formula::svError or svUnknown, |