diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 12:43:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 12:43:39 +0000 |
commit | d945e8725d9422e88b11b62020164696c7ac73f0 (patch) | |
tree | d9b56069989622f00cb1459fc211a9dc5135a157 /sw/inc/unoprnms.hxx | |
parent | c9d46a789ad38613ca943b8cd2455b04e3a84617 (diff) |
INTEGRATION: CWS rtfpp2 (1.111.52); FILE MERGED
2006/01/30 13:27:23 mba 1.111.52.2: RESYNC: (1.111-1.112); FILE MERGED
2005/12/16 15:22:00 os 1.111.52.1: #129052# property FieldCode added to SwDBField
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r-- | sw/inc/unoprnms.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index d728de4af65c..6a7c386b656b 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.112 $ + * $Revision: 1.113 $ * - * last change: $Author: obo $ $Date: 2005-12-21 15:10:09 $ + * last change: $Author: rt $ $Date: 2006-02-09 13:43:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -771,7 +771,8 @@ enum SwPropNameIds // --> FME 2005-12-13 #b6354161# Print empty pages /* 0704 */ UNO_NAME_PRINT_EMPTY_PAGES, // <-- -/* 0705 */ SW_PROPNAME_END +/* 0705 */ UNO_NAME_FIELD_CODE, +/* 0706 */ SW_PROPNAME_END }; |