diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-11-07 00:20:50 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-11-07 00:20:50 -0400 |
commit | b1ec696188a04f61f8684b76b40702485bac138f (patch) | |
tree | a25a152fe70ca4e3da367c309c99addaebf1c4c8 /sc/inc/scmatrix.hxx | |
parent | 5079e1fb668b31989672efc097c82ced6cbf4137 (diff) |
More of the same.
Diffstat (limited to 'sc/inc/scmatrix.hxx')
-rw-r--r-- | sc/inc/scmatrix.hxx | 6 |
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; |