diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/hintids.hxx | 2 | ||||
-rw-r--r-- | sw/inc/unoprnms.hxx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx index 5773c2f7ca72..a7b057107f29 100644 --- a/sw/inc/hintids.hxx +++ b/sw/inc/hintids.hxx @@ -95,7 +95,7 @@ RES_CHRATR_BEGIN = HINT_BEGIN, RES_CHRATR_BOX, // 40 RES_CHRATR_SHADOW, // 41 RES_CHRATR_HIGHLIGHT, // 42 - RES_CHRATR_DUMMY2, // 43 + RES_CHRATR_GRABBAG, // 43 RES_CHRATR_DUMMY3, // 44 RES_CHRATR_END }; diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 34d36083600e..346df4ea9815 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -842,6 +842,7 @@ enum SwPropNameIds /* 0775 */ UNO_NAME_FRAME_INTEROP_GRAB_BAG, /* 0776 */ UNO_NAME_CHAR_HIGHLIGHT, /* 0777 */ UNO_NAME_STYLE_INTEROP_GRAB_BAG, +/* 0778 */ UNO_NAME_CHAR_INTEROP_GRAB_BAG, SW_PROPNAME_END |