diff options
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/beans/PropertyAttribute.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl index 5ab1de90c427..a75f4afaa0e2 100644 --- a/udkapi/com/sun/star/beans/PropertyAttribute.idl +++ b/udkapi/com/sun/star/beans/PropertyAttribute.idl @@ -30,7 +30,7 @@ published constants PropertyAttribute /** indicates that a property value can be void. - <p>It does not mean that the type of the property is void! + <p>It does not mean that the type of the property is void!</p> */ const short MAYBEVOID = 1; @@ -85,7 +85,7 @@ published constants PropertyAttribute <p>This attribute is not of interest for concrete property implementations. It's needed for property specifications inside - service specifications in UNOIDL. + service specifications in UNOIDL.</p> @see com::sun::star::reflection::XPropertyTypeDescription @see com::sun::star::reflection::XServiceTypeDescription |