diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 14:16:28 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 14:16:28 +0000 |
commit | 12ce0cced075e0c7f3400f868b3eb059f2a81220 (patch) | |
tree | e059f13cf8225d38a7303642845a716b8ed5db36 | |
parent | 57e9aa243ff084a9b7ffbc01e3a089c612008bf0 (diff) |
INTEGRATION: CWS pages01_DEV300 (1.30.192); FILE MERGED
2007/12/13 13:27:59 fme 1.30.192.1: #i1598# Multiple page view - zoom slider
-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; + |