From 17495047e53885a224c2180c10ec7ecece35135d Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Mon, 1 May 2017 16:43:46 +0200 Subject: tdf#105703: Restore user-defined motion paths for animations Yet another fallback from Google Summer of Regressions. The rest of the functionality has been removed by loplugin and other hyperactive code cleaners, so I've restored it, mostly unmodified. Change-Id: If0576abe9ce86c6f939d54bcf8f872dfce131e68 Reviewed-on: https://gerrit.libreoffice.org/37138 Tested-by: Jenkins Reviewed-by: Katarina Behrens --- sd/inc/app.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/inc') diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 4dfb5122295e..58f0d0bf7afe 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -445,6 +445,7 @@ // Add companion for the SID_HIDE_SLIDE (that is defined in svx) #define SID_SHOW_SLIDE (SID_SD_START+441) +#define SID_ADD_MOTION_PATH (SID_SD_START+442) // FREE #define SID_ZOOM_MODE (SID_SD_START+447) -- cgit