INTEGRATION: CWS hiddentext (1.87.228); FILE MERGED

2004/02/16 09:04:23 fme 1.87.228.3: RESYNC: (1.88-1.89); FILE MERGED
2004/02/10 10:07:37 fme 1.87.228.2: RESYNC: (1.87-1.88); FILE MERGED
2003/12/17 15:31:20 os 1.87.228.1: #i23614# new Feature: Hidden text
This commit is contained in:
Kurt Zenker 2004-02-26 14:24:43 +00:00
parent 241fd71982
commit c24df17b0f

View file

@ -2,9 +2,9 @@
*
* $RCSfile: unoprnms.hxx,v $
*
* $Revision: 1.89 $
* $Revision: 1.90 $
*
* last change: $Author: hr $ $Date: 2004-02-02 18:15:53 $
* last change: $Author: kz $ $Date: 2004-02-26 15:24:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -741,9 +741,10 @@ enum SwPropNameIds
/* 0661 */ UNO_NAME_ITEMS,
/* 0662 */ UNO_NAME_SELITEM,
/* 0663 */ UNO_NAME_IS_SPLIT_ALLOWED,
/* 0664 */ UNO_NAME_CHAR_HIDDEN,
// OD 18.09.2003 #i18732#
/* 0664 */ UNO_NAME_IS_FOLLOWING_TEXT_FLOW,
/* 0665 */ SW_PROPNAME_END
/* 0665 */ UNO_NAME_IS_FOLLOWING_TEXT_FLOW,
/* 0666 */ SW_PROPNAME_END
};