summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:45:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commitd11a7b5eb1b127c4f60367ecaeb64868313002d6 (patch)
tree4333a00f2ffd957219cfa355c54cc62fc7cd670a /udkapi/com/sun/star/beans
parent4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4 (diff)
*api: convert <const>
This one is apparently often abused to link to a constant group, while it can only link to constants within a group. sed -i "s,<const>\([^<]\+\)</const>,\1,g" Change-Id: Ic3d8099751340e4b046298c861bb659beb351eaf
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r--udkapi/com/sun/star/beans/Property.idl2
-rw-r--r--udkapi/com/sun/star/beans/PropertyAttribute.idl2
-rw-r--r--udkapi/com/sun/star/beans/PropertyState.idl10
-rw-r--r--udkapi/com/sun/star/beans/XIntrospectionAccess.idl16
-rw-r--r--udkapi/com/sun/star/beans/XMultiPropertySet.idl2
-rw-r--r--udkapi/com/sun/star/beans/XPropertySet.idl2
6 files changed, 17 insertions, 17 deletions
diff --git a/udkapi/com/sun/star/beans/Property.idl b/udkapi/com/sun/star/beans/Property.idl
index b22e5e0c3edc..7c6a19ff21fc 100644
--- a/udkapi/com/sun/star/beans/Property.idl
+++ b/udkapi/com/sun/star/beans/Property.idl
@@ -58,7 +58,7 @@ published struct Property
<p>If the property has multiple types or the type is not
known, <strong>but not an <atom>any</atom></strong>, then
- <const>void</const> must be returned.</p>
+ void must be returned.</p>
*/
type Type;
diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl
index 903dcd332edc..5ab1de90c427 100644
--- a/udkapi/com/sun/star/beans/PropertyAttribute.idl
+++ b/udkapi/com/sun/star/beans/PropertyAttribute.idl
@@ -77,7 +77,7 @@ published constants PropertyAttribute
const short REMOVABLE = 128;
/** @deprecated
- same as <const>PropertyAttribute::REMOVABLE</const>.
+ same as PropertyAttribute::REMOVABLE.
*/
const short REMOVEABLE = 128;
diff --git a/udkapi/com/sun/star/beans/PropertyState.idl b/udkapi/com/sun/star/beans/PropertyState.idl
index f005d1ca6212..3a8d177d3cac 100644
--- a/udkapi/com/sun/star/beans/PropertyState.idl
+++ b/udkapi/com/sun/star/beans/PropertyState.idl
@@ -43,7 +43,7 @@ published enum PropertyState
<p>The property value must be available and of the specified type.
If the #PropertyAttribute field in the struct
- Property contains <const>PropertyAttribute::MAYBEVOID</const>,
+ Property contains PropertyAttribute::MAYBEVOID,
then the value may be void. </p>
*/
DIRECT_VALUE,
@@ -53,10 +53,10 @@ published enum PropertyState
<p>The #PropertyAttribute field in the struct
Property must contain the
- <const>PropertyAttribute::MAYBEDEFAULT</const> flag. The property
+ PropertyAttribute::MAYBEDEFAULT flag. The property
value must be available and of the specified type. If the
#PropertyAttribute field in the struct Property
- contains <const>PropertyAttribute::MAYBEVOID</const>, then the
+ contains PropertyAttribute::MAYBEVOID, then the
value may be void. </p>
*/
DEFAULT_VALUE,
@@ -67,10 +67,10 @@ published enum PropertyState
<p>The #PropertyAttribute field in the struct
Property must contain the
- <const>PropertyAttribute::MAYBEAMBIGUOUS</const> flag. The
+ PropertyAttribute::MAYBEAMBIGUOUS flag. The
property value must be available and of the specified type.
If the Attribute field in the struct Property contains
- <const>PropertyAttribute::MAYBEVOID</const>, then the value
+ PropertyAttribute::MAYBEVOID, then the value
may be void. </p>
*/
AMBIGUOUS_VALUE
diff --git a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
index cfac4c05ca63..85c9bc165534 100644
--- a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
+++ b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
@@ -69,11 +69,11 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
<p>The minimum supported concepts should be:</p>
<ul>
- <li> <const>MethodConcept::PROPERTY</const>, </li>
- <li> <const>MethodConcept::LISTENER</const>, </li>
- <li> <const>MethodConcept::ENUMERATION</const>, </li>
- <li> <const>MethodConcept::NAMECONTAINER</const></li>
- <li> <const>MethodConcept::INDEXCONTAINER</const>; </li>
+ <li> MethodConcept::PROPERTY, </li>
+ <li> MethodConcept::LISTENER, </li>
+ <li> MethodConcept::ENUMERATION, </li>
+ <li> MethodConcept::NAMECONTAINER</li>
+ <li> MethodConcept::INDEXCONTAINER; </li>
</ul>
@returns
@@ -89,9 +89,9 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface
<p>The minimum supported concepts should be:</p>
<ul>
- <li> <const>PropertyConcept::PROPERTYSET</const>, </li>
- <li> <const>PropertyConcept::ATTRIBUTES</const> and </li>
- <li> <const>PropertyConcept::METHODS</const>. </li>
+ <li> PropertyConcept::PROPERTYSET, </li>
+ <li> PropertyConcept::ATTRIBUTES and </li>
+ <li> PropertyConcept::METHODS. </li>
</ul>
@returns
diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
index 113279edc363..5c7adce43357 100644
--- a/udkapi/com/sun/star/beans/XMultiPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
@@ -44,7 +44,7 @@ published interface XMultiPropertySet: com::sun::star::uno::XInterface
/** @returns
the XPropertySetInfo interface, which describes
all properties of the object to which this interface belongs.
- <const>NULL</const> is returned if the object cannot or will
+ NULL is returned if the object cannot or will
not provide information about the properties.
@see XPropertySet::getPropertySetInfo
diff --git a/udkapi/com/sun/star/beans/XPropertySet.idl b/udkapi/com/sun/star/beans/XPropertySet.idl
index 8d95ea26e226..bcf97fa6edd9 100644
--- a/udkapi/com/sun/star/beans/XPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XPropertySet.idl
@@ -69,7 +69,7 @@ published interface XPropertySet: com::sun::star::uno::XInterface
interface.
@returns
- <const>NULL</const> if the implementation cannot or will
+ NULL if the implementation cannot or will
not provide information about the properties; otherwise the
interface XPropertySetInfo is returned.
*/