diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-08-20 12:31:16 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-08-20 12:42:46 +0200 |
commit | 08ab21f27f73ec9d6a8cd829a6ffbc6ceb9550e0 (patch) | |
tree | 9ba4b5a9d034fb408d66e15353cbcc47669f0414 /sw/inc | |
parent | e607f5f651b14fa779a9800865afba2758286a4b (diff) |
SwXTextTable: add "TableBorder2" property
This new property is necessary because the old TableBorder cannot be
extended to contain the BorderLine2 structs without breaking
compatibility.
Change-Id: I5e22782256b29224225a9d74c818b2c47fee8526
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/cmdid.h | 1 | ||||
-rw-r--r-- | sw/inc/unoprnms.hxx | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index be1c84dfd918..e090d88fda99 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -664,6 +664,7 @@ included in c-context files, so c++ style stuff will cause problems. #define FN_UNO_FIRST_SHARE_CONTENT (FN_EXTRA2 + 117) #define FN_UNO_HEADER_FIRST (FN_EXTRA2 + 118) #define FN_UNO_FOOTER_FIRST (FN_EXTRA2 + 119) +#define FN_UNO_TABLE_BORDER2 (FN_EXTRA2 + 120) /*------------------------------------------------ -------------------- Area: Help diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index b277f001118c..01922d1ef526 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -816,13 +816,14 @@ enum SwPropNameIds /* 0750 */ UNO_NAME_PARAGRAPH_STYLE_NAME, -/* 0750 */ UNO_NAME_FIRST_IS_SHARED, -/* 0751 */ UNO_NAME_HEADER_TEXT_FIRST, -/* 0752 */ UNO_NAME_FOOTER_TEXT_FIRST, +/* 0751 */ UNO_NAME_FIRST_IS_SHARED, +/* 0752 */ UNO_NAME_HEADER_TEXT_FIRST, +/* 0753 */ UNO_NAME_FOOTER_TEXT_FIRST, -/* 0753 */ UNO_NAME_INITIALS, +/* 0754 */ UNO_NAME_INITIALS, +/* 0755 */ UNO_NAME_TABLE_BORDER2, -/* 0754 */ SW_PROPNAME_END +/* 0756 */ SW_PROPNAME_END // new items in this array must match SwPropNameTab aPropNameTab }; |