diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-11-26 12:23:27 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-11-26 12:23:27 +0000 |
commit | 948d3497ce80c34e0cb8d417ef65c1ee72411440 (patch) | |
tree | 0476db659206b8f0e3bb1b9652da658084c8f94b /sw/inc/unoprnms.hxx | |
parent | 10416ccdaf5529c8cf7bebecf6915d9b203ca599 (diff) |
INTEGRATION: CWS oasisbf2 (1.101.66); FILE MERGED
2004/11/26 11:49:33 mib 1.101.66.2: RESYNC: (1.101-1.102); FILE MERGED
2004/11/04 15:30:23 dvo 1.101.66.1: #i31024# prevent headings with outline num-rules from being written as lists
(plus dependent changes for NO_NUM removal)
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r-- | sw/inc/unoprnms.hxx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index e51894b6e7..a4c2f5e379 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.102 $ + * $Revision: 1.103 $ * - * last change: $Author: obo $ $Date: 2004-11-17 10:57:29 $ + * last change: $Author: rt $ $Date: 2004-11-26 13:23:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -759,11 +759,13 @@ enum SwPropNameIds /* 0673 */ UNO_NAME_TRANSFORMATION_IN_HORI_L2R, /* 0674 */ UNO_NAME_POSITION_LAYOUT_DIR, // <-- +/* 0675 */ UNO_NAME_NUMBERING_IS_OUTLINE, +/* 0676 */ UNO_NAME_DEFAULT_OUTLINE_LEVEL, // --> OD 2004-10-28 #i36248# -/* 0675 */ UNO_NAME_STARTPOSITION_IN_HORI_L2R, -/* 0676 */ UNO_NAME_ENDPOSITION_IN_HORI_L2R, +/* 0677 */ UNO_NAME_STARTPOSITION_IN_HORI_L2R, +/* 0678 */ UNO_NAME_ENDPOSITION_IN_HORI_L2R, // <-- -/* 0677 */ SW_PROPNAME_END +/* 0679 */ SW_PROPNAME_END }; |