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 /starmath/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 'starmath/sdi')
-rw-r--r-- | starmath/sdi/smitems.sdi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/starmath/sdi/smitems.sdi b/starmath/sdi/smitems.sdi index 019d2c5f5312..0cf73d036de4 100644 --- a/starmath/sdi/smitems.sdi +++ b/starmath/sdi/smitems.sdi @@ -580,16 +580,6 @@ item SvxLongULSpace SvxLongULSpaceItem; //------------------------------------------------------------------------- -struct SvxZoom -{ - INT32 Type MID_TYPE; - UINT16 ValueSet MID_VALUESET; - INT32 Percent MID_PERCENT; -}; -item SvxZoom SvxZoomItem; - -//------------------------------------------------------------------------- - item SbxObject SvxTabStopItem; |