summaryrefslogtreecommitdiff
path: root/sw/inc/swcrsr.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-17 13:43:35 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-17 13:43:35 +0000
commitb7089490b304dd63f4388e7186e439c2a31c8603 (patch)
tree8c1c63e6c3709d9e51d766c9366fc0dc538f9cb8 /sw/inc/swcrsr.hxx
parentec8d7aea0d440a2f9a2dbffbb00f3dd615381387 (diff)
INTEGRATION: CWS os19 (1.9.224); FILE MERGED
2004/09/12 17:04:15 os 1.9.224.4: RESYNC: (1.11-1.13); FILE MERGED 2004/05/04 15:17:43 os 1.9.224.3: #i18881# GoEndSentence added 2004/04/29 14:03:25 os 1.9.224.2: RESYNC: (1.9-1.11); FILE MERGED 2003/11/15 14:29:06 os 1.9.224.1: #18881# GoStartSentence() added
Diffstat (limited to 'sw/inc/swcrsr.hxx')
-rw-r--r--sw/inc/swcrsr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx
index 5d11be2cd0eb..e70df3e6cce7 100644
--- a/sw/inc/swcrsr.hxx
+++ b/sw/inc/swcrsr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swcrsr.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2004-09-09 09:12:57 $
+ * last change: $Author: rt $ $Date: 2004-09-17 14:43:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -210,9 +210,9 @@ public:
};
FASTBOOL GoSentence(SentenceMoveType eMoveType);
FASTBOOL GoNextSentence(){return GoSentence(NEXT_SENT);}
+ FASTBOOL GoEndSentence(){return GoSentence(END_SENT);}
FASTBOOL GoPrevSentence(){return GoSentence(PREV_SENT);}
FASTBOOL GoStartSentence(){return GoSentence(START_SENT);}
- FASTBOOL GoEndSentence(){return GoSentence(END_SENT);}
FASTBOOL LeftRight( BOOL bLeft, USHORT nCnt, USHORT nMode, BOOL bAllowVisual, BOOL bSkipHidden,
BOOL bInsertCrsr );