summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-11-07 00:20:50 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-11-07 00:20:50 -0400
commitb1ec696188a04f61f8684b76b40702485bac138f (patch)
treea25a152fe70ca4e3da367c309c99addaebf1c4c8 /sc/inc/scmatrix.hxx
parent5079e1fb668b31989672efc097c82ced6cbf4137 (diff)
More of the same.
Diffstat (limited to 'sc/inc/scmatrix.hxx')
-rw-r--r--sc/inc/scmatrix.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx
index e55aa95df70b..deee92277f9e 100644
--- a/sc/inc/scmatrix.hxx
+++ b/sc/inc/scmatrix.hxx
@@ -343,17 +343,11 @@ public:
BOOL IsString( SCSIZE nC, SCSIZE nR ) const;
/// @return <TRUE/> if empty or empty path.
- BOOL IsEmpty( SCSIZE nIndex ) const;
-
- /// @return <TRUE/> if empty or empty path.
BOOL IsEmpty( SCSIZE nC, SCSIZE nR ) const;
/// @return <TRUE/> if empty path.
BOOL IsEmptyPath( SCSIZE nC, SCSIZE nR ) const;
- /// @return <TRUE/> if empty path.
- BOOL IsEmptyPath( SCSIZE nIndex ) const;
-
/// @return <TRUE/> if value or boolean.
BOOL IsValue( SCSIZE nIndex ) const;