[Libreoffice-commits] core.git: offapi/com udkapi/com

Julien Nabet serval2412 at yahoo.fr
Mon Aug 19 15:02:09 PDT 2013


 offapi/com/sun/star/frame/XLoaderFactory.idl          |    4 ++--
 offapi/com/sun/star/resource/OfficeResourceLoader.idl |    4 ++--
 udkapi/com/sun/star/lang/Locale.idl                   |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 1aebeb0208a3643529eef23a0c5a1a0d0b366716
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Aug 20 00:01:01 2013 +0200

    Fix doxygen warnings in udkapi and offapi
    
    Change-Id: If2235c959aa409376397f306145bea0bee713c78

diff --git a/offapi/com/sun/star/frame/XLoaderFactory.idl b/offapi/com/sun/star/frame/XLoaderFactory.idl
index ac6f614..750c06c4 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 becd687..2a28679 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 f45af42..5033824 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>


More information about the Libreoffice-commits mailing list