diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:51:16 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:51:16 +0000 |
commit | 103ebaa82d9bdf0d2139df8e7f96dbb44fec2906 (patch) | |
tree | 402083022761705e625bb0fb25cac8d6a389ecda /sw/inc/unoprnms.hxx | |
parent | 04181713c7a13e82d78cd0d2e6e3fe8fe5f3665e (diff) |
INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.121.236); FILE MERGED
2008/02/06 07:52:48 od 1.121.236.2: RESYNC: (1.121-1.122); FILE MERGED
2008/01/18 08:12:32 od 1.121.236.1: #i85348# uno names of new list level attributes
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r-- | sw/inc/unoprnms.hxx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 8c5c8ba0e51a..7c22622d3b1b 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.122 $ + * $Revision: 1.123 $ * - * last change: $Author: obo $ $Date: 2008-01-10 12:28:55 $ + * last change: $Author: kz $ $Date: 2008-03-05 16:51:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -790,7 +790,14 @@ enum SwPropNameIds /* 0715 */ UNO_NAME_HEADER_ROW_COUNT, /* 0716 */ UNO_NAME_INPUT, /* 0717 */ UNO_NAME_ROW_SPAN, -/* 0718 */ SW_PROPNAME_END +// --> OD 2008-01-15 #newlistlevelattrs# +/* 0718 */ UNO_NAME_POSITION_AND_SPACE_MODE, +/* 0719 */ UNO_NAME_LABEL_FOLLOWED_BY, +/* 0720 */ UNO_NAME_LISTTAB_STOP_POSITION, +/* 0721 */ UNO_NAME_FIRST_LINE_INDENT, +/* 0722 */ UNO_NAME_INDENT_AT, +// <-- +/* 0723 */ SW_PROPNAME_END }; |