diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-13 08:29:11 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-13 08:29:11 +0000 |
commit | a251656f6f11720dbd046526979cda207378aca5 (patch) | |
tree | ca2d81b72ea45aebaf9d9ff125df6f39655bd9ff | |
parent | ed02ac9a4020ef33058ac990cbb2df64804d4134 (diff) |
INTEGRATION: CWS swlists01 (1.61.130); FILE MERGED
2008/05/08 16:16:15 od 1.61.130.2: RESYNC: (1.61-1.62); FILE MERGED
2008/05/07 07:15:00 od 1.61.130.1: #i86732# UNO-API for new list handling
-rw-r--r-- | sw/inc/unomap.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index 341682ccf0..bf6944a17f 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unomap.hxx,v $ - * $Revision: 1.62 $ + * $Revision: 1.63 $ * * This file is part of OpenOffice.org. * @@ -317,7 +317,8 @@ #define WID_CONTINUOUS 1 #define WID_RULE_NAME 2 #define WID_IS_ABS_MARGINS 3 -#define WID_IS_OUTLINE 4 +#define WID_IS_OUTLINE 4 +#define WID_DEFAULT_LIST_ID 5 //TextColumns #define WID_TXTCOL_LINE_WIDTH 0 |