diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-11-06 11:59:24 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-11-06 16:53:54 +0100 |
commit | 02b91a83b67f230bb58854340c79e94cc147bb12 (patch) | |
tree | 47cc7ec2d11158ea7ecacc49fe92d2837f9b494e /sw/inc | |
parent | 8dfd8245381b8b9e89d2399b35c089964385b3cf (diff) |
sw: add InteropGrabBag for paragraph styles
Change-Id: I44087a5119a538a3892d7f44a33a00bc601a6d44
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/cmdid.h | 1 | ||||
-rw-r--r-- | sw/inc/unoprnms.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index a7977f82a4c6..2c7afacda34a 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -654,6 +654,7 @@ included in c-context files, so c++ style stuff will cause problems. #define FN_UNO_REPLACEMENT_GRAPHIC_U_R_L (FN_EXTRA2 + 121) #define FN_UNO_HIDDEN (FN_EXTRA2 + 122) +#define FN_UNO_STYLE_INTEROP_GRAB_BAG (FN_EXTRA2 + 123) /*------------------------------------------------ -------------------- Area: Help diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 66a56d6714f1..34d36083600e 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -841,6 +841,7 @@ enum SwPropNameIds /* 0774 */ UNO_NAME_DOC_INTEROP_GRAB_BAG, /* 0775 */ UNO_NAME_FRAME_INTEROP_GRAB_BAG, /* 0776 */ UNO_NAME_CHAR_HIGHLIGHT, +/* 0777 */ UNO_NAME_STYLE_INTEROP_GRAB_BAG, SW_PROPNAME_END |