From e24994ae871fe011bf35ec8c332969c6e86565be Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Mon, 12 Mar 2001 13:17:50 +0000 Subject: new CharRelief --- offapi/com/sun/star/style/CharacterProperties.idl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun') diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl index 0fffcd4333b1..119d04c7ef53 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.8 $ + * $Revision: 1.9 $ * - * last change: $Author: os $ $Date: 2001-02-19 10:52:03 $ + * last change: $Author: os $ $Date: 2001-03-12 14:17:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -336,6 +336,11 @@ service CharacterProperties */ [optional, property] short CharEmphasize; //------------------------------------------------------------------------- + /** contains the relief value as FontRelief. + @optional + */ + [optional, property] short CharRelief; + //------------------------------------------------------------------------- /** contains the text that is set as ruby. @optional */ -- cgit