diff options
-rw-r--r-- | svx/sdi/svxitems.sdi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi index 7bdc54ad21ef..af94aa76660f 100644 --- a/svx/sdi/svxitems.sdi +++ b/svx/sdi/svxitems.sdi @@ -2,9 +2,9 @@ * * $RCSfile: svxitems.sdi,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: kz $ $Date: 2004-02-25 16:05:32 $ + * last change: $Author: rt $ $Date: 2004-04-02 14:02:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -434,6 +434,7 @@ item SvxCellOrientationEnum SvxOrientationItem; item BOOL SdrShadowItem; item INT16 SdrTextFitToSizeTypeItem; // enum item String SfxStringListItem; // serialized into one concatenated string +item double SvxDoubleItem; item String OfaPtrItem; // serialized into one concatenated string item String SfxLockBytesItem; item String SvxFontListItem; |