summaryrefslogtreecommitdiff
path: root/offapi/com
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
parenteca84d61bc5b950816eba632937154e0ba2610ba (diff)
Fix doxygen warnings in udkapi and offapi
Change-Id: If2235c959aa409376397f306145bea0bee713c78
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/frame/XLoaderFactory.idl4
-rw-r--r--offapi/com/sun/star/resource/OfficeResourceLoader.idl4
2 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XLoaderFactory.idl b/offapi/com/sun/star/frame/XLoaderFactory.idl
index ac6f61490cf9..750c06c4b45a 100644
--- a/offapi/com/sun/star/frame/XLoaderFactory.idl
+++ b/offapi/com/sun/star/frame/XLoaderFactory.idl
@@ -55,12 +55,12 @@ published interface XLoaderFactory
</p>
<table border=1>
<tr>
- <td><b>Types<b></td>
+ <td><b>Types</b></td>
<td>[string]</td>
<td>file types which loader is registered for</td>
</tr>
<tr>
- <td><b>UIName<b></td>
+ <td><b>UIName</b></td>
<td>[string]</td>
<td>UI representable and localized name</td>
</tr>
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>