summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2002-02-01 11:57:52 +0000
committerjp <jp@openoffice.org>2002-02-01 11:57:52 +0000
commit13cab86d7072cfe7b1df76101ee7216dda0362c6 (patch)
tree1624ec8a09e8ed99285057572d4721ea657dd8fe /sw/source/ui/wrtsh
parent76a098487d016175fef55fb1a83466c069452ae9 (diff)
Task #92291#: add new character skip modifier
Diffstat (limited to 'sw/source/ui/wrtsh')
-rw-r--r--sw/source/ui/wrtsh/wrtsh1.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh1.cxx b/sw/source/ui/wrtsh/wrtsh1.cxx
index 607c81656c6e..9aac73c3bf7d 100644
--- a/sw/source/ui/wrtsh/wrtsh1.cxx
+++ b/sw/source/ui/wrtsh/wrtsh1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtsh1.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: jp $ $Date: 2001-12-10 22:28:35 $
+ * last change: $Author: jp $ $Date: 2002-02-01 12:57:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -221,6 +221,9 @@
#ifndef _SWDTFLVR_HXX
#include <swdtflvr.hxx>
#endif
+#ifndef _CRSSKIP_HXX
+#include <crsskip.hxx>
+#endif
#ifndef _SWERROR_H
#include <swerror.h>
@@ -1108,7 +1111,7 @@ void SwWrtShell::InsertFootnote(const String &rStr, BOOL bEndNote, BOOL bEdit )
if( bEdit )
{
// zur Bearbeiung des Fussnotentextes
- Left();
+ Left(CRSR_SKIP_CHARS, FALSE, 1, FALSE );
GotoFtnTxt();
}
}