From 08ab21f27f73ec9d6a8cd829a6ffbc6ceb9550e0 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 20 Aug 2012 12:31:16 +0200 Subject: 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 --- sw/inc/cmdid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/inc/cmdid.h') 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 -- cgit