diff options
author | Andreas Martens <ama@openoffice.org> | 2001-01-30 08:32:57 +0000 |
---|---|---|
committer | Andreas Martens <ama@openoffice.org> | 2001-01-30 08:32:57 +0000 |
commit | bc4f39ca7c71d9aefc08d7fb6ba4e47ae70499ba (patch) | |
tree | cc9514f45cc51fdf1d0c97809ee091067b75a719 /sw/inc/crstate.hxx | |
parent | 98030d7579684cf44015b56501301c8b30104042 (diff) |
Fix: Selektion and rotated portions
Diffstat (limited to 'sw/inc/crstate.hxx')
-rw-r--r-- | sw/inc/crstate.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx index 84e37e53647f..a78005049398 100644 --- a/sw/inc/crstate.hxx +++ b/sw/inc/crstate.hxx @@ -2,9 +2,9 @@ * * $RCSfile: crstate.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: ama $ $Date: 2000-11-30 11:04:39 $ + * last change: $Author: ama $ $Date: 2001-01-30 09:32:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,9 @@ struct SwFillCrsrPos struct Sw2LinesPos { SwRect aLine; // Position and size of the line - SwRect aPortion; // Position and size of the (2line) portion + SwRect aPortion; // Position and size of the multi portion + BYTE nMultiType; // Multiportion type 0 = 90 degrees rotation, + // type 1 = 270 degrees rotation; 2 = TwoLines }; // CrsrTravelling-Staties (fuer GetCrsrOfst) |