diff options
Diffstat (limited to 'svx/sdi/svxitems.sdi')
-rw-r--r-- | svx/sdi/svxitems.sdi | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi index 27657f36e3d7..67d06a5c9a27 100644 --- a/svx/sdi/svxitems.sdi +++ b/svx/sdi/svxitems.sdi @@ -4,9 +4,9 @@ * * $RCSfile: svxitems.sdi,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: rt $ $Date: 2007-07-03 13:01:47 $ + * last change: $Author: kz $ $Date: 2008-03-07 15:16:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -695,3 +695,12 @@ item SvxEmphasisMark SvxEmphasisMarkItem; item String SvxSmartTagItem; // dummy for sequence + +item String Points; // dummy for sequence +struct ZoomSlider +{ + INT16 CurrentZoom MID_ZOOMSLIDER_CURRENTZOOM; + Points SnappingPoints MID_ZOOMSLIDER_SNAPPINGPOINTS; +}; +item ZoomSlider SvxZoomSliderItem; + |