diff options
author | Armin Le Grand (Allotropia) <Armin.Le.Grand@me.com> | 2022-03-02 11:52:14 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@me.com> | 2022-03-02 17:29:38 +0100 |
commit | cfb68712a4916448b4edbf57b6037eda53932b18 (patch) | |
tree | a428b69b21a0f040a810a44d05efd25f631b8ede /include | |
parent | 5af30f3c37f5560cc685482e0be29127dda34b4e (diff) |
Advanced Diagram support: Extend UI to all applications
As a preparation make the currently available minimal UI
to interact with Diagrams available to all LO apps
Change-Id: Idd0a4c187a295cd264ebd09be2b574a3d2a93e44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130837
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svxids.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 8d6e7dc08e10..af1eddb8c226 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -375,6 +375,8 @@ class XFillGradientItem; #define SID_SPELLCHECK_IGNORE ( SID_SVX_START + 246 ) #define SID_SPELLCHECK_IGNORE_ALL ( SID_SVX_START + 247 ) #define SID_SPELLCHECK_APPLY_SUGGESTION ( SID_SVX_START + 248 ) +#define SID_REGENERATE_DIAGRAM ( SID_SVX_START + 249 ) +#define SID_EDIT_DIAGRAM ( SID_SVX_START + 450 ) // CAUTION! Range <250 .. 250> used by EditEngine (!) |