summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/beans/XIntrospection.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /udkapi/com/sun/star/beans/XIntrospection.idl
parent*api: convert remaining <member> (diff)
downloadcore-24b331efedc6fdf1082e92a2db444d80ae7fed81.tar.gz
core-24b331efedc6fdf1082e92a2db444d80ae7fed81.zip
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'udkapi/com/sun/star/beans/XIntrospection.idl')
-rw-r--r--udkapi/com/sun/star/beans/XIntrospection.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/beans/XIntrospection.idl b/udkapi/com/sun/star/beans/XIntrospection.idl
index 0b1e25caa21d..ca19c2785e4f 100644
--- a/udkapi/com/sun/star/beans/XIntrospection.idl
+++ b/udkapi/com/sun/star/beans/XIntrospection.idl
@@ -70,9 +70,9 @@ published interface XIntrospection: com::sun::star::uno::XInterface
<dd>If an object implements com::sun::star::container::XNameAccess,
the items that can be accessed are not considered as properties
of the object and so are not included in the property list offered by
- <member scope="com::sun::star::beans">XIntrospectionAccess::getProperties()</member>.
+ com::sun::star::beans::XIntrospectionAccess::getProperties().
com::sun::star::container::XNameAccess items have to be
- accessed separately by <member scope="com::sun::star::beans">XIntrospectionAccess::getNameAccess()</member>.
+ accessed separately by com::sun::star::beans::XIntrospectionAccess::getNameAccess().
</dd>
</dl>