summaryrefslogtreecommitdiff
path: root/sw/inc/swcrsr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:32:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:32:53 +0000
commita17503bf52c3450cde9ee35e2b8e869c3e6e37c6 (patch)
treeea0541690c28a3c5e1a9a2411d23617c7538e587 /sw/inc/swcrsr.hxx
parent275728772df2e74d79d2826963219310f4a6f430 (diff)
INTEGRATION: CWS writercorehandoff (1.15.446); FILE MERGED
2005/09/13 11:57:00 tra 1.15.446.3: RESYNC: (1.15-1.16); FILE MERGED 2005/06/08 08:51:06 fme 1.15.446.2: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/06/07 14:10:20 fme 1.15.446.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/swcrsr.hxx')
-rw-r--r--sw/inc/swcrsr.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx
index 77c8afdf9101..d4538ba3158d 100644
--- a/sw/inc/swcrsr.hxx
+++ b/sw/inc/swcrsr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swcrsr.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:12:34 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:32:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,7 +34,6 @@
************************************************************************/
#ifndef _SWCRSR_HXX
#define _SWCRSR_HXX
-
#ifndef _COM_SUN_STAR_I18N_WORDTYPE_HPP_
#include <com/sun/star/i18n/WordType.hpp>
#endif
@@ -201,12 +200,6 @@ public:
{ return LeftRight( TRUE, nCnt, nMode, bAllowVisual, bSkipHidden, FALSE ); }
FASTBOOL Right( USHORT nCnt, USHORT nMode, BOOL bAllowVisual, BOOL bSkipHidden )
{ return LeftRight( FALSE, nCnt, nMode, bAllowVisual, bSkipHidden, FALSE ); }
- FASTBOOL Up( USHORT nCnt = 1 ) { return UpDown( TRUE, nCnt ); }
- FASTBOOL Down( USHORT nCnt = 1 ) { return UpDown( FALSE, nCnt ); }
- FASTBOOL LeftMargin() { return LeftRightMargin( TRUE ); }
- FASTBOOL RightMargin() { return LeftRightMargin( FALSE ); }
- FASTBOOL SttDoc() { return SttEndDoc( TRUE ); }
- FASTBOOL EndDoc() { return SttEndDoc( FALSE ); }
FASTBOOL GoNextCell( USHORT nCnt = 1 ) { return GoPrevNextCell( TRUE, nCnt ); }
FASTBOOL GoPrevCell( USHORT nCnt = 1 ) { return GoPrevNextCell( FALSE, nCnt ); }
FASTBOOL GotoTable( const String& rName );