summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-08-23 09:07:08 +0000
committerThomas Lange <tl@openoffice.org>2002-08-23 09:07:08 +0000
commit80d5cbe466769c6c5fcbd6122242204967ff0207 (patch)
tree37262e42ffee4308f8dca5f77c0bed1ef678f449 /offapi/com/sun/star/style
parent4bbe8034a5f8580e40565810fe65346698b1acc2 (diff)
#102560# optional flag added to HyperLink properties
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r--offapi/com/sun/star/style/CharacterProperties.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl
index f4ef6bafb902..4ba0115b6bfe 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: tl $ $Date: 2002-08-15 13:33:37 $
+ * last change: $Author: tl $ $Date: 2002-08-23 10:07:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -383,17 +383,17 @@ service CharacterProperties
//-------------------------------------------------------------------------
/** contains the URL of a hyperlink (if set).
*/
- [property] string HyperLinkURL;
+ [property, optional] string HyperLinkURL;
//-------------------------------------------------------------------------
/** contains the name of the target for a hyperlink (if set).
*/
- [property] string HyperLinkTarget;
+ [property, optional] string HyperLinkTarget;
//-------------------------------------------------------------------------
/** contains the name of the hyperlink (if set).
*/
- [property] string HyperLinkName;
+ [property, optional] string HyperLinkName;
//-------------------------------------------------------------------------
};