summaryrefslogtreecommitdiff
path: root/sw/inc/crstate.hxx
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2000-10-20 13:51:25 +0000
committerAndreas Martens <ama@openoffice.org>2000-10-20 13:51:25 +0000
commit75c0a101618e822dd29947b220b6b75455438ab1 (patch)
treec193d8653fecd0ded64ac6bbbc24178c0bac4a02 /sw/inc/crstate.hxx
parentc9c647cd9aed41dacb7183816d4bfa6bda79e9fd (diff)
New: Cursortravelling into dropcaps
Diffstat (limited to 'sw/inc/crstate.hxx')
-rw-r--r--sw/inc/crstate.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx
index e712b0c12278..04154c68d2cb 100644
--- a/sw/inc/crstate.hxx
+++ b/sw/inc/crstate.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: crstate.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:25 $
+ * last change: $Author: ama $ $Date: 2000-10-20 14:45:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,7 +122,6 @@ struct SwCrsrMoveState
// GetCntntPos laufen.
BOOL bFillRet :1; // wird nur im FillModus temp. genutzt
BOOL bSetInReadOnly :1; // ReadOnlyBereiche duerfen betreten werden
- BOOL bDropIt :1; // dropportions allowed
SwCrsrMoveState( CrsrMoveState eSt = MV_NONE ) :
pFill( NULL ),
@@ -133,8 +132,7 @@ struct SwCrsrMoveState
bPosCorr( FALSE ),
bFtnNoInfo( FALSE ),
bExactOnly( FALSE ),
- bSetInReadOnly( FALSE ),
- bDropIt( FALSE )
+ bSetInReadOnly( FALSE )
{}
SwCrsrMoveState( SwFillCrsrPos *pInitFill ) :
pFill( pInitFill ),
@@ -145,8 +143,7 @@ struct SwCrsrMoveState
bPosCorr( FALSE ),
bFtnNoInfo( FALSE ),
bExactOnly( FALSE ),
- bSetInReadOnly( FALSE ),
- bDropIt( FALSE )
+ bSetInReadOnly( FALSE )
{}
};