diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-07-03 15:41:48 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-07-03 15:41:48 +0000 |
commit | 974c3f1818e350a3f95335238ee26e5ee721fc81 (patch) | |
tree | 759e73af46599dea68299aa5c9e6868319c136d1 /svx/sdi | |
parent | 71cb86a125eb85ead88161b40b30bf807e1df9e5 (diff) |
#100908#: StandardTabStop shouldn't be recorded
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svxitems.sdi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi index d1024a94907a..45a85a25737c 100644 --- a/svx/sdi/svxitems.sdi +++ b/svx/sdi/svxitems.sdi @@ -2,9 +2,9 @@ * * $RCSfile: svxitems.sdi,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: mba $ $Date: 2002-06-27 08:21:40 $ + * last change: $Author: mba $ $Date: 2002-07-03 16:41:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -713,7 +713,7 @@ item SvxColumnDescription SvxColumnItem; struct SvxTabStop { String TabStops MID_TABSTOPS; // dummy, will be represented by array of structs - INT32 StandardTabStop MID_STD_TAB; + //INT32 StandardTabStop MID_STD_TAB; }; item SvxTabStop SvxTabStopItem; @@ -726,3 +726,5 @@ item SvxCharRotate SvxCharRotateItem; item String SvxClipboardFmtItem; // dummy item String SfxSetItem; // dummy +item String SvxDrawToolItem; +item String SvxDrawAlignItem; |