diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-08-30 09:24:53 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-08-30 09:27:26 +0200 |
commit | 13ac0631d3bba56220e75f3c416d753201fd09a8 (patch) | |
tree | b5da764b6c7a68898077c19c126bc3d3de4ea4f3 /udkapi | |
parent | b5fd1341cd5f7585dc3b81d669b43750c3fc71b6 (diff) |
udkapi: fix warnings in beans::PropertyState
These are links without the leading hashmark in the output anyway, and
that avoids the warning.
Change-Id: Ie94d65b5bd2e869a9b5ad12b5d545fe32c834eec
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/beans/PropertyState.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/beans/PropertyState.idl b/udkapi/com/sun/star/beans/PropertyState.idl index 3a8d177d3cac..ffda69801c16 100644 --- a/udkapi/com/sun/star/beans/PropertyState.idl +++ b/udkapi/com/sun/star/beans/PropertyState.idl @@ -42,7 +42,7 @@ published enum PropertyState /** The value of the property is stored in the PropertySet itself. <p>The property value must be available and of the specified type. - If the #PropertyAttribute field in the struct + If the PropertyAttribute field in the struct Property contains PropertyAttribute::MAYBEVOID, then the value may be void. </p> */ @@ -51,11 +51,11 @@ published enum PropertyState /** The value of the property is available from a master (e.g., template). - <p>The #PropertyAttribute field in the struct + <p>The PropertyAttribute field in the struct Property must contain the PropertyAttribute::MAYBEDEFAULT flag. The property value must be available and of the specified type. If the - #PropertyAttribute field in the struct Property + PropertyAttribute field in the struct Property contains PropertyAttribute::MAYBEVOID, then the value may be void. </p> */ @@ -65,7 +65,7 @@ published enum PropertyState /** The value of the property is only a recommendation because there are multiple values for this property (e.g., from a multi selection). - <p>The #PropertyAttribute field in the struct + <p>The PropertyAttribute field in the struct Property must contain the PropertyAttribute::MAYBEAMBIGUOUS flag. The property value must be available and of the specified type. |