summaryrefslogtreecommitdiff
path: root/sw/sdi/switems.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-06-19 16:22:06 +0000
committerMathias Bauer <mba@openoffice.org>2002-06-19 16:22:06 +0000
commit5e6f8a0de339358de3a8f58077ce39f3840d68a8 (patch)
tree3cb06a47f455a0c152d0f2d09c058971c95f878d /sw/sdi/switems.sdi
parentf5fb5a31eda80d76372ea6a8bef2ae038c430c33 (diff)
#100121#: support for TabStops
Diffstat (limited to 'sw/sdi/switems.sdi')
-rw-r--r--sw/sdi/switems.sdi11
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/sdi/switems.sdi b/sw/sdi/switems.sdi
index d350795932b6..62cd16ed233c 100644
--- a/sw/sdi/switems.sdi
+++ b/sw/sdi/switems.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: switems.sdi,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mba $ $Date: 2002-06-14 07:53:23 $
+ * last change: $Author: mba $ $Date: 2002-06-19 17:22:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,10 +137,11 @@ item FmtFrmSize SwFmtFrmSize;
*/
struct Drop
{
- BYTE Lines MID_LINES;
- BYTE Count MID_CHARS;
- INT16 Distance MID_DIST;
+ BYTE Lines MID_DROPCAP_LINES;
+ BYTE Count MID_DROPCAP_COUNT;
+ INT16 Distance MID_DROPCAP_DISTANCE;
BOOL WholeWord MID_DROPCAP_WHOLE_WORD;
+// String Style MID_DROPCAP_CHAR_STYLE_NAME;
};
item Drop SwFmtDrop;