summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/resource
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:45:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitea71a05840f53158f669182c6e93de9f8348bbe5 (patch)
tree4b2ee9dbaf603e319f995cbf4ee6223a82ad8e71 /offapi/com/sun/star/resource
parent*api: convert <member>Foo::bar</member> (diff)
downloadcore-ea71a05840f53158f669182c6e93de9f8348bbe5.tar.gz
core-ea71a05840f53158f669182c6e93de9f8348bbe5.zip
*api: convert <member scope="foo">bar</member>
sed -i 's,<member scope="\([^"]*\)">\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1::\2(),g' Change-Id: I265ff28fee73a271f205294e59955b3a1c81d95a
Diffstat (limited to 'offapi/com/sun/star/resource')
-rw-r--r--offapi/com/sun/star/resource/OfficeResourceLoader.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/resource/OfficeResourceLoader.idl b/offapi/com/sun/star/resource/OfficeResourceLoader.idl
index abad49a85b18..becd687613c6 100644
--- a/offapi/com/sun/star/resource/OfficeResourceLoader.idl
+++ b/offapi/com/sun/star/resource/OfficeResourceLoader.idl
@@ -43,7 +43,7 @@ module com { module sun { module star { module resource {
except that <code>Locale.getDefault()</code> is not used.</p>
<p>Resource keys, as passed to the XResourceBundle::getDirectElement() or
- <member scope="com::sun::star::container">XNameAccess::getByName</member>, have the following format:
+ com::sun::star::container::XNameAccess::getByName(), have the following format:
<code>&lt;resource_type&gt;:&lt;numeric_identifier&gt;</code>, where <code>&lt;resource_type&gt; specifies
the type of the requested resource (see below) and <code>&lt;numeric_identifier&gt;</code> is the numeric
identifier of the resource.</p>