diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-10-05 12:20:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-10-05 12:20:04 +0000 |
commit | 357ffb020f49fb280d6906d1b902c2ab163bb2db (patch) | |
tree | 56153befc9ebbc801c0c78ec582aae48e267427f /sw/inc/unoprnms.hxx | |
parent | 44d05822fdcb5979af8418489ee48b95bd9dc1c2 (diff) |
INTEGRATION: CWS tl12 (1.107.52); FILE MERGED
2005/09/22 17:49:05 tl 1.107.52.2: RESYNC: (1.107-1.108); FILE MERGED
2005/07/06 13:43:30 tl 1.107.52.1: #120321# new properties added to SwXTextField
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r-- | sw/inc/unoprnms.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 75fbf852852e..804abcaf49cf 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.108 $ + * $Revision: 1.109 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:27:59 $ + * last change: $Author: kz $ $Date: 2005-10-05 13:20:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -764,7 +764,9 @@ enum SwPropNameIds /* 0698 */ UNO_NAME_IS_CONSTANT_SPELLCHECK, /* 0699 */ UNO_NAME_IS_HIDE_SPELL_MARKS, // <-- -/* 0700 */ SW_PROPNAME_END +/* 0700 */ UNO_NAME_IS_FIELD_USED, +/* 0701 */ UNO_NAME_IS_FIELD_DISPLAYED, +/* 0702 */ SW_PROPNAME_END }; |