diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-04 13:01:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-04 13:01:27 +0000 |
commit | 46dbe40ae0e78ad7babaff5490fca53fafbbd2fa (patch) | |
tree | 7f13a0aeb7f00e15851469170c4fbdba107cbe06 /sw/inc/unoprnms.hxx | |
parent | caf302fd91a348c5e1f713c27c4639bbd443b144 (diff) |
INTEGRATION: CWS swqbfconv_SRC680 (1.112.86.1.12); FILE MERGED
2006/03/22 13:08:06 od 1.112.86.1.12.1: #b6375613# - new defines for new Writer document property.
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r-- | sw/inc/unoprnms.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index fd22abf8aea8..3c82f3ada7ac 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.114 $ + * $Revision: 1.115 $ * - * last change: $Author: obo $ $Date: 2006-03-27 09:22:09 $ + * last change: $Author: rt $ $Date: 2006-05-04 14:01:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -773,7 +773,10 @@ enum SwPropNameIds // <-- /* 0705 */ UNO_NAME_FIELD_CODE, /* 0706 */ UNO_NAME_HAS_VALID_SIGNATURES, -/* 0707 */ SW_PROPNAME_END +// --> OD 2006-03-21 #b6375613# +/* 0707 */ UNO_NAME_APPLY_WORKAROUND_FOR_B6375613, +// <-- +/* 0708 */ SW_PROPNAME_END }; |