diff options
author | Tim Hardeck <thardeck@suse.de> | 2012-06-12 19:04:05 +0200 |
---|---|---|
committer | Tim Hardeck <thardeck@suse.de> | 2012-06-15 13:38:56 +0200 |
commit | 6484ccb4edad34d03d1300929fe20788f41b255e (patch) | |
tree | 81889977e5eebedc929206a82baaa00c30512090 /sfx2/sdi/sfxitems.sdi | |
parent | 4ad231a6abea556ce7815fc6dafc9aebb87a4e26 (diff) |
move zoomitem from svx to sfx2
To allow using SvxZoomItem in sfx2 zoomitem is moved from svx to sfx2.
This patch does base on Caolán McNamara's patch he sent to the mailing list.
Change-Id: I4d245f938d92ad3a20b692f5f76d8e0d00b1a648
Diffstat (limited to 'sfx2/sdi/sfxitems.sdi')
-rw-r--r-- | sfx2/sdi/sfxitems.sdi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sfx2/sdi/sfxitems.sdi b/sfx2/sdi/sfxitems.sdi index 421c1cb29529..ab335a96e047 100644 --- a/sfx2/sdi/sfxitems.sdi +++ b/sfx2/sdi/sfxitems.sdi @@ -88,3 +88,10 @@ item SfxScriptOrganizer SfxScriptOrganizerItem; item String SvxClipboardFmtItem; //! Dummy + struct SvxZoom + { + UINT16 Value MID_VALUE; + INT16 ValueSet MID_VALUESET; + INT16 Type MID_TYPE; + }; + item SvxZoom SvxZoomItem; |