diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/bastyp/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |