diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-02-13 09:21:41 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-02-13 14:49:15 +0100 |
commit | 087d9191ab642e4b00afb71571d83ffe04589769 (patch) | |
tree | 3fa92baee41752dc1805e61331c515a10d3d84f6 /sw/inc | |
parent | ae7c689a803aa5e8f4b9ef4881fdd60b23e4b463 (diff) |
Add uno cmd to protect fields in a document
Change-Id: Ifb9f757111a6fcbb283d2350ed2ccd42de19d5df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88585
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/cmdid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index 68f640199c0f..2dfb720bb854 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -284,6 +284,8 @@ // MSO content controls #define FN_INSERT_DATE_FORMFIELD (FN_INSERT2 + 25) +#define FN_PROTECT_FIELDS (FN_INSERT2 + 26) + // clipboard table content #define FN_PASTE_NESTED_TABLE (FN_INSERT2 + 30) /* instead of the cell-by-cell copy between source and target tables */ #define FN_TABLE_PASTE_ROW_BEFORE (FN_INSERT2 + 31) /* paste table as new table rows */ |