diff options
Diffstat (limited to 'sw/inc/cmdid.h')
-rw-r--r-- | sw/inc/cmdid.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index e7dd58be6c9c..2e84ed3197f9 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -370,7 +370,8 @@ #define FN_FORMULA_APPLY (FN_FORMAT + 158) /* apply formula */ #define FN_TABLE_UNSET_READ_ONLY (FN_FORMAT + 159) /* undo cell protection for table */ -#define FN_FRAME_WRAP_IDEAL (FN_FORMAT + 163) /* frame ideal wrapping */ +#define FN_FRAME_WRAP_IDEAL (FN_FORMAT + 162) /* frame ideal wrapping */ +#define FN_FRAME_WRAPTHRU_TOGGLE (FN_FORMAT + 163) /* toggle frame transparent wrapping */ #define FN_FRAME_WRAPTHRU_TRANSP (FN_FORMAT + 164) /* frame transparent wrapping */ #define FN_FRAME_ALIGN_VERT_ROW_TOP (FN_FORMAT + 165) /* */ |