diff options
author | Grzegorz Araminowicz <grzegorz.araminowicz@collabora.com> | 2019-04-29 13:30:42 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-14 16:02:26 +0200 |
commit | c61b75eede5ffd6e18a44130eba25e50dccfb1d4 (patch) | |
tree | a14562ebae980bdf75cc7c67ec80a310629bd5e6 /sd/inc | |
parent | afb566b6d3b15b013007a71efe0949800aa22666 (diff) |
SmartArt: regenerate diagram command
It removes diagram content and rebuilds shape tree from diagram markup.
Diagram should appear unchanged - editing will be added in future commits.
Change-Id: I6bfc21956a1a23e55d3c7a74384db71d957d690d
Reviewed-on: https://gerrit.libreoffice.org/71584
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/app.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 8da621f7596f..73a974a5f93c 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -460,6 +460,7 @@ #define SID_HIDE_LAST_LEVEL (SID_SD_START+448) #define SID_SHOW_NEXT_LEVEL (SID_SD_START+449) #define SID_PRESENTATION_MINIMIZER (SID_SD_START+450) +#define SID_REGENERATE_DIAGRAM (SID_SD_START+451) #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |