summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/MethodConcept.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/MethodConcept.idl')
-rw-r--r--udkapi/com/sun/star/beans/MethodConcept.idl7
1 files changed, 3 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/beans/MethodConcept.idl b/udkapi/com/sun/star/beans/MethodConcept.idl
index 613c87593df4..8d34a054f0da 100644
--- a/udkapi/com/sun/star/beans/MethodConcept.idl
+++ b/udkapi/com/sun/star/beans/MethodConcept.idl
@@ -67,8 +67,8 @@ published constants MethodConcept
<p>These methods have the signature
<code>create...Enumeration</code> and return an interface
- that is derived from <type scope="com::sun::star::container">
- XEnumeration</type> Additionally, the method
+ that is derived from com::sun::star::container::XEnumeration.
+ Additionally, the method
com::sun::star::container::XEnumerationAccess::getElementType()
belongs to this concept.</p>
*/
@@ -95,8 +95,7 @@ published constants MethodConcept
<code>insert...ByIndex()</code>,
<code>replace...ByIndex()</code>, or
<code>remove...ByIndex()</code>.
- The method <member scope="com::sun::star::container">
- XIndexAccess::getCount()</member>
+ The method com::sun::star::container::XIndexAccess::getCount()
also belongs to this concept. </p>
*/
const long INDEXCONTAINER = 32;