diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-11-07 00:14:45 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-11-07 00:14:45 -0400 |
commit | 773acf21c289e6e7cdbad0b89109636f53cbd1f5 (patch) | |
tree | efb4cf5cfcb559bf856379cb19c97a67f431ad34 /sc/inc/scmatrix.hxx | |
parent | 277c00607dfc1ab6aa0a4a39b5890471dfa3e4f4 (diff) |
Removed the single-parameter version of IsBoolean().
Diffstat (limited to 'sc/inc/scmatrix.hxx')
-rw-r--r-- | sc/inc/scmatrix.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx index 99add9b0a9d4..cf2d347773e5 100644 --- a/sc/inc/scmatrix.hxx +++ b/sc/inc/scmatrix.hxx @@ -374,9 +374,6 @@ public: BOOL IsValueOrEmpty( SCSIZE nC, SCSIZE nR ) const; /// @return <TRUE/> if boolean. - BOOL IsBoolean( SCSIZE nIndex ) const; - - /// @return <TRUE/> if boolean. BOOL IsBoolean( SCSIZE nC, SCSIZE nR ) const; /// @return <TRUE/> if entire matrix is numeric, including booleans, with no strings or empties |