diff options
-rw-r--r-- | include/svx/svxids.hrc | 4 | ||||
-rw-r--r-- | sd/inc/app.hrc | 1 | ||||
-rw-r--r-- | sd/sdi/sdraw.sdi | 27 | ||||
-rw-r--r-- | svx/sdi/svx.sdi | 27 |
4 files changed, 30 insertions, 29 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 diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index a39734f959b0..4f3d82e4bf9d 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -421,7 +421,6 @@ #define SID_SLIDE_SORTER_MULTI_PANE_GUI (SID_SD_START+421) #define SID_SELECT_BACKGROUND (SID_SD_START+422) -#define SID_OBJECT_CROP (SID_SD_START+423) // Slots for the tool pane popup #define SID_TP_APPLY_TO_ALL_SLIDES (SID_SD_START+425) 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 () [ diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index c312f1f9bf58..6c454389f968 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -6038,6 +6038,33 @@ SfxVoidItem RotateRight SID_ROTATE_GRAPHIC_RIGHT GroupId = GID_GRAPHIC; ] +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 ChangePicture SID_CHANGE_PICTURE () [ |