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 /include | |
parent | 30d94b0c40a12619d77aba5525d71538787813dc (diff) |
oox export: associate editeng CharInteropGrabBag with sw via SID
Change-Id: If25356aa88f435e53b6014773e23d18723507053
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/editids.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |