summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/resource/OfficeResourceLoader.idl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-08-20 00:01:01 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-08-20 00:01:31 +0200
commit1aebeb0208a3643529eef23a0c5a1a0d0b366716 (patch)
treed19586f7ebb5fddb4a95408c0ed011c1d096f37c /offapi/com/sun/star/resource/OfficeResourceLoader.idl
parenteca84d61bc5b950816eba632937154e0ba2610ba (diff)
Fix doxygen warnings in udkapi and offapi
Change-Id: If2235c959aa409376397f306145bea0bee713c78
Diffstat (limited to 'offapi/com/sun/star/resource/OfficeResourceLoader.idl')
-rw-r--r--offapi/com/sun/star/resource/OfficeResourceLoader.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/resource/OfficeResourceLoader.idl b/offapi/com/sun/star/resource/OfficeResourceLoader.idl
index becd687613c6..2a2867935de2 100644
--- a/offapi/com/sun/star/resource/OfficeResourceLoader.idl
+++ b/offapi/com/sun/star/resource/OfficeResourceLoader.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module resource {
resource files.
<p>An OpenOffice.org installation comes with a number of resource files in an proprietary
- format, located inside the installation's program/resource directory. The OfficeResoureLoader
+ format, located inside the installation's program/resource directory. The OfficeResourceLoader
singleton (available at a component context as value with the key
<code>/singletons/com.sun.star.resource.OfficeResourceLoader</code>), provides access to some
types of resources within those files.</p>
@@ -44,7 +44,7 @@ module com { module sun { module star { module resource {
<p>Resource keys, as passed to the XResourceBundle::getDirectElement() or
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
+ <code>&lt;resource_type&gt;:&lt;numeric_identifier&gt;</code>, where <code>&lt;resource_type&gt;</code> specifies
the type of the requested resource (see below) and <code>&lt;numeric_identifier&gt;</code> is the numeric
identifier of the resource.</p>