[Libreoffice-commits] core.git: udkapi/com

Miklos Vajna vmiklos at suse.cz
Fri Aug 30 00:27:47 PDT 2013


 udkapi/com/sun/star/beans/PropertyState.idl |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 13ac0631d3bba56220e75f3c416d753201fd09a8
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Fri Aug 30 09:24:53 2013 +0200

    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

diff --git a/udkapi/com/sun/star/beans/PropertyState.idl b/udkapi/com/sun/star/beans/PropertyState.idl
index 3a8d177..ffda698 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.


More information about the Libreoffice-commits mailing list