diff options
author | Oliver Specht <os@openoffice.org> | 2002-07-04 13:46:09 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-07-04 13:46:09 +0000 |
commit | 16895d77ccc6ed36a288aa91e4959b4648707f56 (patch) | |
tree | 6e6982791916b2e08c7dbbebaaf27d1bd0a14761 /sw/sdi/switems.sdi | |
parent | dadec96f02884fc8608502a731d9882738ca3778 (diff) |
#101159# DropCap recording completed
Diffstat (limited to 'sw/sdi/switems.sdi')
-rw-r--r-- | sw/sdi/switems.sdi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/sdi/switems.sdi b/sw/sdi/switems.sdi index 533ae4abb39e..7b3257ed572d 100644 --- a/sw/sdi/switems.sdi +++ b/sw/sdi/switems.sdi @@ -2,9 +2,9 @@ * * $RCSfile: switems.sdi,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mba $ $Date: 2002-06-27 08:30:06 $ + * last change: $Author: os $ $Date: 2002-07-04 14:43:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -147,8 +147,8 @@ item FmtFrmSize SwFmtFrmSize; */ struct Drop { - BYTE Lines MID_DROPCAP_LINES; - BYTE Count MID_DROPCAP_COUNT; + INT16 Lines MID_DROPCAP_LINES; + INT16 Count MID_DROPCAP_COUNT; INT16 Distance MID_DROPCAP_DISTANCE; BOOL WholeWord MID_DROPCAP_WHOLE_WORD; // String Style MID_DROPCAP_CHAR_STYLE_NAME; |