diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-28 15:44:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-03 08:59:01 +0200 |
commit | 2148c4e9439c61c63a2bcf4078a839c0f9d6ee8c (patch) | |
tree | ab9f4e25bf18369c26ed3ab7d3e1d556a12d57d0 /sc/inc/compare.hxx | |
parent | 3d160b1f7844098fc6ef8d717a59b25069e1df91 (diff) |
remove unused code in sc::CompareFunc
sc::CompareFunc(double, sc::Compare::Cell const&, sc::CompareOptions*)
Change-Id: I0fc3a1a038bb051672dcb180380e25258ac7552f
Diffstat (limited to 'sc/inc/compare.hxx')
-rw-r--r-- | sc/inc/compare.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/compare.hxx b/sc/inc/compare.hxx index 485f882878b5..9f09e6b5d760 100644 --- a/sc/inc/compare.hxx +++ b/sc/inc/compare.hxx @@ -66,7 +66,6 @@ private: NULL means case sensitivity document option is to be used! */ double CompareFunc( const Compare::Cell& rCell1, const Compare::Cell& rCell2, bool bIgnoreCase, CompareOptions* pOptions = NULL ); -double CompareFunc( double fCell1, const Compare::Cell& rCell2, CompareOptions* pOptions = NULL ); double CompareFunc( const Compare::Cell& rCell1, double fCell2, CompareOptions* pOptions = NULL ); double CompareFunc( double fCell1, double fCell2 ); |