summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/wrtsh.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-12-02 09:30:44 +0000
committerFrank Meies <fme@openoffice.org>2002-12-02 09:30:44 +0000
commite5cb3f3e08e1a1adcdfbf8abbbbcf26180863bcc (patch)
tree2e1a0d59d2c9d7144241241e98f3a0d789620502 /sw/source/ui/inc/wrtsh.hxx
parent9bb7a8254697f3e6469201a01fc4a0c7aaf0138a (diff)
#105221# Bidi - Visual cursor travelling
Diffstat (limited to 'sw/source/ui/inc/wrtsh.hxx')
-rw-r--r--sw/source/ui/inc/wrtsh.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx
index 3ff77f86a730..4f8aaea9200f 100644
--- a/sw/source/ui/inc/wrtsh.hxx
+++ b/sw/source/ui/inc/wrtsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtsh.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mib $ $Date: 2002-08-09 08:36:56 $
+ * last change: $Author: fme $ $Date: 2002-12-02 10:29:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -201,9 +201,9 @@ typedef FASTBOOL (SwWrtShell:: *FNSimpleMove)();
FASTBOOL SimpleMove( FNSimpleMove, FASTBOOL bSelect );
FASTBOOL Left ( USHORT nMode, FASTBOOL bSelect,
- USHORT nCount, BOOL bBasicCall );
+ USHORT nCount, BOOL bBasicCall, BOOL bVisual = FALSE );
FASTBOOL Right ( USHORT nMode, FASTBOOL bSelect,
- USHORT nCount, BOOL bBasicCall );
+ USHORT nCount, BOOL bBasicCall, BOOL bVisual = FALSE );
FASTBOOL Up ( FASTBOOL bSelect = FALSE, USHORT nCount = 1,
BOOL bBasicCall = FALSE );
FASTBOOL Down ( FASTBOOL bSelect = FALSE, USHORT nCount = 1,