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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 13:07:15 UTC 2019


 odk/examples/DevelopersGuide/examples.html           |    4 ++--
 offapi/com/sun/star/awt/PushButtonType.idl           |    2 +-
 offapi/com/sun/star/awt/XItemListListener.idl        |    2 +-
 offapi/com/sun/star/awt/grid/UnoControlGridModel.idl |    2 +-
 offapi/com/sun/star/awt/tree/XTreeControl.idl        |    6 +++---
 5 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit ba17fe467d41f17395e607ed092af992c9ac84cb
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 19:50:56 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 15:06:09 2019 +0200

    Fix typos
    
    Change-Id: I62b669b85e2380df2a6efa05764f21405e7eb2ae
    Reviewed-on: https://gerrit.libreoffice.org/77318
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html
index 51ac213231d1..9d11058c531f 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -2559,7 +2559,7 @@ example which implements a data sink.</td>
  href="./UCB/PropertiesComposer.java"
  title="link to UCB/PropertiesComposer.java">PropertiesComposer</a></td>
                   <td class="cell80">Shows how to set property values
-of an UCB resource.</td>
+of a UCB resource.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
@@ -2567,7 +2567,7 @@ of an UCB resource.</td>
  href="./UCB/PropertiesRetriever.java"
  title="link to UCB/PropertiesRetriever.java">PropertiesRetriever</a></td>
                   <td class="cell80">Shows how to access property
-values of an UCB resource.</td>
+values of a UCB resource.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
diff --git a/offapi/com/sun/star/awt/PushButtonType.idl b/offapi/com/sun/star/awt/PushButtonType.idl
index c5ee36ea9a9f..ad77a2e68985 100644
--- a/offapi/com/sun/star/awt/PushButtonType.idl
+++ b/offapi/com/sun/star/awt/PushButtonType.idl
@@ -34,7 +34,7 @@ published enum PushButtonType
     STANDARD,
 
 
-    /** acts like a OK button.
+    /** acts like an OK button.
      */
     OK,
 
diff --git a/offapi/com/sun/star/awt/XItemListListener.idl b/offapi/com/sun/star/awt/XItemListListener.idl
index 06d82de99df6..d8761517d62b 100644
--- a/offapi/com/sun/star/awt/XItemListListener.idl
+++ b/offapi/com/sun/star/awt/XItemListListener.idl
@@ -27,7 +27,7 @@
 module com { module sun { module star { module awt {
 
 
-/** describes a listener for changes in a item list
+/** describes a listener for changes in an item list
     @see XListItems
  */
 interface XItemListListener : ::com::sun::star::lang::XEventListener
diff --git a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
index 35f6b843dcc7..687a2bd5089b 100644
--- a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
+++ b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
@@ -37,7 +37,7 @@ module com {  module sun {  module star {  module awt { module grid {
  */
 published service UnoControlGridModel
 {
-    /** specifies the standard model of an com::sun::star::awt::UnoControl. */
+    /** specifies the standard model of a com::sun::star::awt::UnoControl. */
     service com::sun::star::awt::UnoControlModel;
 
     /** Specifies whether the grid control should display a special header column.
diff --git a/offapi/com/sun/star/awt/tree/XTreeControl.idl b/offapi/com/sun/star/awt/tree/XTreeControl.idl
index 718df7f969c3..657f27677bc7 100644
--- a/offapi/com/sun/star/awt/tree/XTreeControl.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeControl.idl
@@ -90,7 +90,7 @@ interface XTreeControl
         @throws ExpandVetoException
             if <var>Node</var>can't be made visible since at least one of the parent nodes are
             collapsed and expanding failed because at least one of the registered
-            XTreeExpansionListener raised a ExpandVetoException.
+            XTreeExpansionListener raised an ExpandVetoException.
     */
     void makeNodeVisible( [in] XTreeNode Node )
         raises( com::sun::star::lang::IllegalArgumentException, ExpandVetoException );
@@ -118,7 +118,7 @@ interface XTreeControl
 
         @throws ExpandVetoException
             if expanding <var>Node</var> failed because at least one of the registered
-            XTreeExpansionListener raised a ExpandVetoException.
+            XTreeExpansionListener raised an ExpandVetoException.
     */
     void expandNode( [in] XTreeNode Node )
         raises( com::sun::star::lang::IllegalArgumentException, ExpandVetoException );
@@ -133,7 +133,7 @@ interface XTreeControl
 
         @throws ExpandVetoException
             if collapsing <var>Node</var> failed because at least one of the registered
-            XTreeExpansionListener raised a ExpandVetoException.
+            XTreeExpansionListener raised an ExpandVetoException.
     */
     void collapseNode( [in] XTreeNode Node )
         raises( com::sun::star::lang::IllegalArgumentException, ExpandVetoException );


More information about the Libreoffice-commits mailing list