summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 14:50:15 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 14:50:15 +0000
commit663e2e8c31abd3d9978b56668889c766be0bc515 (patch)
tree5a2801b7114436d06ddc7ebc3a0d6a7dca70769b /offapi/com/sun/star/style
parenta62beb08abb8ad29f7fe5d3e08bb8805d60173ad (diff)
INTEGRATION: CWS hiddentext (1.23.54); FILE MERGED
2003/12/19 12:24:27 os 1.23.54.1: #i23061# CharHidden added
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r--offapi/com/sun/star/style/CharacterProperties.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl
index dbedabf46e18..12ecbf3ba30c 100644
--- a/offapi/com/sun/star/style/CharacterProperties.idl
+++ b/offapi/com/sun/star/style/CharacterProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CharacterProperties.idl,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2003-11-07 15:15:54 $
+ * last change: $Author: kz $ $Date: 2004-02-26 15:50:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -382,6 +382,12 @@ service CharacterProperties
@since #107627#
*/
[optional, property] sequence<string> CharStyleNames;
+ //-------------------------------------------------------------------------
+
+ /** If this optional property is <TRUE/>, then the characters are invisible.
+ @since #i23614#
+ */
+ [optional, property] boolean CharHidden;
};
//=============================================================================