diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-11 10:46:18 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-11 16:54:40 +0100 |
commit | c3234e1d105fd5b77970d07b38418f3c3b4ad00b (patch) | |
tree | 2d776ae1ce62ee29d5c21d8f36101d1d881e7ae1 /sw | |
parent | 30d94b0c40a12619d77aba5525d71538787813dc (diff) |
oox export: associate editeng CharInteropGrabBag with sw via SID
Change-Id: If25356aa88f435e53b6014773e23d18723507053
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 |