diff options
-rw-r--r-- | editeng/source/editeng/editdoc.cxx | 2 | ||||
-rw-r--r-- | include/editeng/editids.hrc | 1 | ||||
-rw-r--r-- | sw/source/core/bastyp/init.cxx | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx index c1e8909aba0f..784548352c66 100644 --- a/editeng/source/editeng/editdoc.cxx +++ b/editeng/source/editeng/editdoc.cxx @@ -215,7 +215,7 @@ const SfxItemInfo aItemInfos[EDITITEMCOUNT] = { { 0, SFX_ITEM_POOLABLE }, // EE_CHAR_XMLATTRIBS { SID_ATTR_CHAR_OVERLINE, SFX_ITEM_POOLABLE }, { SID_ATTR_CHAR_CASEMAP, SFX_ITEM_POOLABLE }, // EE_CHAR_CASEMAP - { 0, SFX_ITEM_POOLABLE }, // EE_CHAR_GRABBAG + { SID_ATTR_CHAR_GRABBAG, SFX_ITEM_POOLABLE }, // EE_CHAR_GRABBAG { 0, SFX_ITEM_POOLABLE }, // EE_FEATURE_TAB { 0, SFX_ITEM_POOLABLE }, // EE_FEATURE_LINEBR { SID_ATTR_CHAR_CHARSETCOLOR, SFX_ITEM_POOLABLE }, // EE_FEATURE_NOTCONV diff --git a/include/editeng/editids.hrc b/include/editeng/editids.hrc index e6c67c62f8bc..880461787e37 100644 --- a/include/editeng/editids.hrc +++ b/include/editeng/editids.hrc @@ -118,6 +118,7 @@ #define SID_ATTR_CHAR_LATIN_LANGUAGE ( SID_SVX_START + 996 ) #define SID_ATTR_CHAR_LATIN_POSTURE ( SID_SVX_START + 997 ) #define SID_ATTR_CHAR_LATIN_WEIGHT ( SID_SVX_START + 998 ) +#define SID_ATTR_CHAR_GRABBAG ( SID_SVX_START + 1142 ) // these ID didn't exist prior to the svx split, add new ids here #define SID_ATTR_CHAR_OVERLINE ( SID_EDIT_START + 68 ) diff --git a/sw/source/core/bastyp/init.cxx b/sw/source/core/bastyp/init.cxx index 6d3cd5a2a483..50dfe96dce45 100644 --- a/sw/source/core/bastyp/init.cxx +++ b/sw/source/core/bastyp/init.cxx @@ -293,7 +293,7 @@ SfxItemInfo aSlotTab[] = { 0, SFX_ITEM_POOLABLE }, // RES_CHRATR_BOX { 0, SFX_ITEM_POOLABLE }, // RES_CHRATR_SHADOW { 0, SFX_ITEM_POOLABLE }, // RES_CHRATR_HIGHLIGHT - { 0, SFX_ITEM_POOLABLE }, // RES_CHRATR_GRABBAG + { SID_ATTR_CHAR_GRABBAG, SFX_ITEM_POOLABLE }, // RES_CHRATR_GRABBAG { 0, SFX_ITEM_POOLABLE }, // RES_CHRATR_BIDIRTL { 0, SFX_ITEM_POOLABLE }, // RES_CHRATR_IDCTHINT |