diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-12-21 14:10:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-12-21 14:10:09 +0000 |
commit | 494ba0b4ddb49ac309e005607780f9e2bd721626 (patch) | |
tree | cd4a94ed6ecf042c7c7a29d30de7c5be06e80450 /sw/inc/unoprnms.hxx | |
parent | e5771004ef80bf0f6607e6c92f8cb167572e1156 (diff) |
INTEGRATION: CWS emptypage (1.111.58); FILE MERGED
2005/12/13 15:27:10 fme 1.111.58.1: #b6354161# Feature - Print empty pages
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 ef7f2add02..4d720b5697 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.111 $ + * $Revision: 1.112 $ * - * last change: $Author: rt $ $Date: 2005-11-11 13:34:39 $ + * last change: $Author: obo $ $Date: 2005-12-21 15:10:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -768,7 +768,10 @@ enum SwPropNameIds /* 0701 */ UNO_NAME_IS_FIELD_DISPLAYED, /* 0702 */ UNO_NAME_BUILDID, /* 0703 */ UNO_NAME_PARA_STYLE_CONDITIONS, -/* 0704 */ SW_PROPNAME_END +// --> FME 2005-12-13 #b6354161# Print empty pages +/* 0704 */ UNO_NAME_PRINT_EMPTY_PAGES, +// <-- +/* 0705 */ SW_PROPNAME_END }; |