summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:21:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitbb6503dd081ebb4d11929ab1946eea8d60dd817c (patch)
treee2197a207d6c5f6ff82a7aa71b2c7266b45cd84f /udkapi/com/sun/star/beans
parent4bb43e1612ea3737fe53bb28ac830810b0a6a028 (diff)
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r--udkapi/com/sun/star/beans/MethodConcept.idl4
-rw-r--r--udkapi/com/sun/star/beans/PropertyConcept.idl4
2 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/beans/MethodConcept.idl b/udkapi/com/sun/star/beans/MethodConcept.idl
index 375848a7be6c..06db2ec3e802 100644
--- a/udkapi/com/sun/star/beans/MethodConcept.idl
+++ b/udkapi/com/sun/star/beans/MethodConcept.idl
@@ -36,8 +36,8 @@
published constants MethodConcept
{
/** This value is used to query for all methods, see
- <member>XIntrospectionAccess::getMethod()</member> and
- <member>XIntrospectionAccess::getMethods()</member>
+ XIntrospectionAccess::getMethod() and
+ XIntrospectionAccess::getMethods()
*/
const long ALL = -1;
diff --git a/udkapi/com/sun/star/beans/PropertyConcept.idl b/udkapi/com/sun/star/beans/PropertyConcept.idl
index 9eae8b2b813e..9cc007350961 100644
--- a/udkapi/com/sun/star/beans/PropertyConcept.idl
+++ b/udkapi/com/sun/star/beans/PropertyConcept.idl
@@ -39,8 +39,8 @@ published constants PropertyConcept
/** This value is used to query for all properties.
See
- <member>XIntrospectionAccess::getProperty()</member> and
- <member>XIntrospectionAccess::getProperties()</member>
+ XIntrospectionAccess::getProperty() and
+ XIntrospectionAccess::getProperties()
*/
const long ALL = -1;