summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:06:26 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:03 +0200
commitf3db7d1abb1d010a331b26793c3a3788eb8ba2cf (patch)
tree69ee020d169f253bd7a14d75185357515db4cce0 /udkapi/com/sun/star/beans
parent4718949d417dd5297073997546e04ecf300b0479 (diff)
*api: convert <method scope="foo">
sed -i 's,<method scope="\([^"]*\)">\([^<][^)]\+\)</method>,\1::\2(),g' Change-Id: I7ceb805d67a79c297fb5f044a8fb226ec2fb366c
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r--udkapi/com/sun/star/beans/MethodConcept.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/beans/MethodConcept.idl b/udkapi/com/sun/star/beans/MethodConcept.idl
index 06db2ec3e802..613c87593df4 100644
--- a/udkapi/com/sun/star/beans/MethodConcept.idl
+++ b/udkapi/com/sun/star/beans/MethodConcept.idl
@@ -69,7 +69,7 @@ published constants MethodConcept
<code>create...Enumeration</code> and return an interface
that is derived from <type scope="com::sun::star::container">
XEnumeration</type> Additionally, the method
- <method scope="com::sun::star::container">XEnumerationAccess::getElementType</method>
+ com::sun::star::container::XEnumerationAccess::getElementType()
belongs to this concept.</p>
*/
const long ENUMERATION = 8;
@@ -83,7 +83,7 @@ published constants MethodConcept
<code>remove...ByName()</code>,
<code>has...ByName()</code>, or
<code>get...Names</code>. In addition, the method
- <method scope="com::sun::star::container">XEnumerationAccess::getElementType</method>
+ com::sun::star::container::XEnumerationAccess::getElementType()
belongs to this concept. </p>
*/
const long NAMECONTAINER = 16;