summaryrefslogtreecommitdiff
path: root/include/svx/svxids.hrc
diff options
context:
space:
mode:
authorPhilippe Jung <phil.jung@free.fr>2015-05-01 22:20:22 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-05-02 19:18:32 +0000
commit7db7698881f2691b7532a621c469b49830c27c4c (patch)
tree61ca7622621d7585670c5016354077005b77807f /include/svx/svxids.hrc
parentbf52d1951587bea895902c8b030a19942dd0ba69 (diff)
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 <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'include/svx/svxids.hrc')
-rw-r--r--include/svx/svxids.hrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index c784c671b3ba..274cf9a7450a 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -1006,8 +1006,10 @@
#define SID_PARASPACE_INCREASE ( SID_SVX_START + 1145 )
#define SID_PARASPACE_DECREASE ( SID_SVX_START + 1146 )
+#define SID_OBJECT_CROP ( SID_SVX_START + 1147 )
+
// IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id
-#define SID_SVX_FIRSTFREE (SID_PARASPACE_DECREASE + 1)
+#define SID_SVX_FIRSTFREE ( SID_OBJECT_CROP + 1 )
// Overflow check for slot IDs