summaryrefslogtreecommitdiff
path: root/sc/inc/markarr.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
commit716636d558e9cc9b910da6d127314d2b20cdf0b6 (patch)
treed266019c3c89a0649074f3290439d74010ec618c /sc/inc/markarr.hxx
parentabda8e12d8cd23c2cd1bb870b097eddfdee38825 (diff)
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/inc/markarr.hxx')
-rw-r--r--sc/inc/markarr.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/markarr.hxx b/sc/inc/markarr.hxx
index 6555e762b073..83a218887508 100644
--- a/sc/inc/markarr.hxx
+++ b/sc/inc/markarr.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: markarr.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.6.32.1 $
*
* This file is part of OpenOffice.org.
*
@@ -56,7 +56,6 @@ public:
~ScMarkArray();
void Reset( BOOL bMarked = FALSE );
BOOL GetMark( SCROW nRow ) const;
- void SetMark( SCROW nRow, BOOL bMarked );
void SetMarkArea( SCROW nStartRow, SCROW nEndRow, BOOL bMarked );
BOOL IsAllMarked( SCROW nStartRow, SCROW nEndRow ) const;
BOOL HasOneMark( SCROW& rStartRow, SCROW& rEndRow ) const;
@@ -67,8 +66,6 @@ public:
BOOL Search( SCROW nRow, SCSIZE& nIndex ) const;
void DeleteArea(SCROW nStartRow, SCROW nEndRow);
- void SwapCol(ScMarkArray& rMarkArray);
- void MoveTo(SCROW nStartRow, SCROW nEndRow, ScMarkArray& rMarkArray);
/// Including current row, may return -1 if bUp and not found
SCsROW GetNextMarked( SCsROW nRow, BOOL bUp ) const;