diff options
author | Justin Luth <justin_luth@sil.org> | 2020-07-03 11:45:24 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2020-07-07 22:21:26 +0200 |
commit | 1e602c9c3f8dafd1e47d50c9670846fc1172700d (patch) | |
tree | c53f06d3c2374900b474b1f41299ee73ca30a823 /include/svx/svxids.hrc | |
parent | 71227e2306987cb8aa5fbda2943e73237674e9ba (diff) |
tdf#100772 sd: add uno:DeleteTable to non-NB menus
Delete Row and Delete Column were there, but no option to delete table,
so that major omission was fixed for Draw and Impress.
The notebookbar looks very incomplete. Also, I didn't really
understand the pop-out menu configuration, and at least in the
one case there didn't seem to be a good space to add delete table.
So I left the notebookbar completely alone.
Change-Id: I5d6c98e3238bc545a02325edfd62f5d937ac6371
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97821
Tested-by: Jenkins
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Reviewed-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'include/svx/svxids.hrc')
-rw-r--r-- | include/svx/svxids.hrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 9081fe0f36f6..ead0bd87d48c 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -852,6 +852,7 @@ class SvxSetItem; #define SID_SHRINK_FONT_SIZE ( SID_SVX_START + 1043 ) // color subtoolbar on graphictoolbar #define SID_COLOR_SETTINGS ( SID_SVX_START + 1044 ) + #define SID_FM_FORM_DESIGN_TOOLS ( SID_SVX_START + 1046 ) #define SID_DRAWTBX_CS_BASIC ( SID_SVX_START + 1047 ) #define SID_DRAWTBX_CS_SYMBOL ( SID_SVX_START + 1048 ) @@ -898,7 +899,7 @@ class SvxSetItem; #define SID_TABLE_STYLE_SETTINGS ( SID_SVX_START + 1089 ) #define SID_CHAR_DLG_PREVIEW_STRING ( SID_SVX_START + 1090 ) #define SID_RECHECK_DOCUMENT ( SID_SVX_START + 1091 ) - +// 1092 is used out of order below #define SID_OBJECT_MIRROR ( SID_SVX_START + 1093 ) #define SID_DELETE_POSTIT ( SID_SVX_START + 1094 ) @@ -994,7 +995,8 @@ class SvxSetItem; #define SID_EDIT_SIGNATURELINE ( SID_SVX_START + 1174 ) #define SID_SIGN_SIGNATURELINE ( SID_SVX_START + 1175 ) #define SID_MEASURE_DLG ( SID_SVX_START + 1176 ) - +// free slots - available for use +#define SID_TABLE_DELETE_TABLE ( SID_SVX_START + 1184 ) #define SID_TABLE_MINIMAL_COLUMN_WIDTH ( SID_SVX_START + 1185 ) #define SID_TABLE_MINIMAL_ROW_HEIGHT ( SID_SVX_START + 1186 ) #define SID_TABLE_OPTIMAL_COLUMN_WIDTH ( SID_SVX_START + 1187 ) |