diff options
-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) |