diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-08-20 00:01:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-08-20 00:01:31 +0200 |
commit | 1aebeb0208a3643529eef23a0c5a1a0d0b366716 (patch) | |
tree | d19586f7ebb5fddb4a95408c0ed011c1d096f37c | |
parent | eca84d61bc5b950816eba632937154e0ba2610ba (diff) |
Fix doxygen warnings in udkapi and offapi
Change-Id: If2235c959aa409376397f306145bea0bee713c78
-rw-r--r-- | offapi/com/sun/star/frame/XLoaderFactory.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/resource/OfficeResourceLoader.idl | 4 | ||||
-rw-r--r-- | udkapi/com/sun/star/lang/Locale.idl | 4 |
3 files changed, 6 insertions, 6 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><resource_type>:<numeric_identifier></code>, where <code><resource_type> specifies + <code><resource_type>:<numeric_identifier></code>, where <code><resource_type></code> specifies the type of the requested resource (see below) and <code><numeric_identifier></code> is the numeric identifier of the resource.</p> diff --git a/udkapi/com/sun/star/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl index f45af42dd83a..50338245df30 100644 --- a/udkapi/com/sun/star/lang/Locale.idl +++ b/udkapi/com/sun/star/lang/Locale.idl @@ -55,7 +55,7 @@ published struct Locale <p>These codes are the lower-case two-letter codes as defined by ISO-639. You can find a full list of these codes at a number of - sites, such as: <br> + sites, such as: <br/> <a href="http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt"> <code>http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt</code></a>. </p> @@ -69,7 +69,7 @@ published struct Locale <p>These codes are the upper-case two-letter codes as defined by ISO-3166. You can find a full list of these codes at a - number of sites, such as: <br> + number of sites, such as: <br/> <a href="http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html"> <code>http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html</code></a>. </p> |