From 6484ccb4edad34d03d1300929fe20788f41b255e Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Tue, 12 Jun 2012 19:04:05 +0200 Subject: move zoomitem from svx to sfx2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- svx/sdi/svx.sdi | 27 --------------------------- svx/sdi/svxitems.sdi | 8 -------- 2 files changed, 35 deletions(-) (limited to 'svx/sdi') diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 8afec8b9e48e..5e1917576bb6 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -11785,33 +11785,6 @@ XLineStyleItem XLineStyle SID_ATTR_LINE_STYLE GroupId = GID_FORMAT; ] -//-------------------------------------------------------------------------- -SvxZoomItem Zoom SID_ATTR_ZOOM - -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = TRUE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - Readonly = FALSE, - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = TRUE, - ToolBoxConfig = TRUE, - GroupId = GID_VIEW; -] - //-------------------------------------------------------------------------- SfxVoidItem Zoom100Percent SID_SIZE_REAL () diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi index ef1a954f3983..6824a6d68f4c 100644 --- a/svx/sdi/svxitems.sdi +++ b/svx/sdi/svxitems.sdi @@ -599,14 +599,6 @@ struct SvxProtect }; item SvxProtect SvxProtectItem; -struct SvxZoom -{ - UINT16 Value MID_VALUE; - INT16 ValueSet MID_VALUESET; - INT16 Type MID_TYPE; -}; -item SvxZoom SvxZoomItem; - struct SvxRulerObject { INT32 StartX MID_START_X; -- cgit