From 7db7698881f2691b7532a621c469b49830c27c4c Mon Sep 17 00:00:00 2001 From: Philippe Jung Date: Fri, 1 May 2015 22:20:22 +0200 Subject: tdf#34555 Moving SID_OBJECT_CROP out of sd The crop action in impress is defined in impress but uses code shared in svx. This patch move the declaration of the Crop action in svx so that it can be shared with sc & writer. This is part of a serie of 4 patches that adds Save graphic, Change Picture, Edit with external tool, Crop (by handles) in all products (scalc, sdraw, simpress, swriter). Main menus, toolbars and contextual menus are updated accordingly. Change-Id: Idb6907aa09c0efd456c2ad51232cf37edb28d977 Reviewed-on: https://gerrit.libreoffice.org/15587 Tested-by: Jenkins Reviewed-by: Norbert Thiebaud --- sd/sdi/sdraw.sdi | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'sd/sdi') diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi index 1de1319c0dff..7297c1f217aa 100644 --- a/sd/sdi/sdraw.sdi +++ b/sd/sdi/sdraw.sdi @@ -6174,33 +6174,6 @@ SfxVoidItem Mirror SID_OBJECT_MIRROR GroupId = GID_DOCUMENT ; ] -SfxVoidItem Crop SID_OBJECT_CROP -() -[ - /* flags: */ - AutoUpdate = TRUE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* status: */ - SlotType = SfxBoolItem - - /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, - GroupId = GID_DOCUMENT ; -] - SfxVoidItem HeaderAndFooter SID_HEADER_AND_FOOTER () [ -- cgit