From 716636d558e9cc9b910da6d127314d2b20cdf0b6 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 30 Sep 2008 05:48:28 +0000 Subject: CWS-TOOLING: integrate CWS koheicoderemoval --- sc/inc/markarr.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sc/inc/markarr.hxx') 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; -- cgit