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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 19 13:20:20 UTC 2019


 offapi/com/sun/star/awt/tree/XMutableTreeNode.idl |    2 +-
 offapi/com/sun/star/sheet/DataPilotField.idl      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4ca2d35c4b84a8865cf63135e0aab67197f79a49
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 13:07:26 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 14:19:35 2019 +0100

    Fix typo
    
    Change-Id: Ida0438cc5c3e5b9ebad345f14891d246456df243
    Reviewed-on: https://gerrit.libreoffice.org/85519
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/offapi/com/sun/star/sheet/DataPilotField.idl b/offapi/com/sun/star/sheet/DataPilotField.idl
index 920a4c80c76f..ad6c88ac8bc6 100644
--- a/offapi/com/sun/star/sheet/DataPilotField.idl
+++ b/offapi/com/sun/star/sheet/DataPilotField.idl
@@ -194,7 +194,7 @@ published service DataPilotField
         <p>An empty sequence means no subtotals. The same effect can be
         achieved by setting the property #Function2 to the
         value GeneralFunction::NONE. If the length of the
-        sequence is greater then 1, then the sequence MUST NOT contain one of
+        sequence is greater than 1, then the sequence MUST NOT contain one of
         the values GeneralFunction2::NONE or
         GeneralFunction2::AUTO.</p>
 
commit 86e8060c1e7f6b08cee6d8bbda178d46329b3747
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 13:07:21 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 14:19:09 2019 +0100

    Fix typo
    
    Change-Id: Idf0d3b9ded4a6f69faf36f28c9cfdc7f1f385606
    Reviewed-on: https://gerrit.libreoffice.org/85518
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
index 4c563380a554..72529350ad5d 100644
--- a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
@@ -64,7 +64,7 @@ interface XMutableTreeNode : XTreeNode
             the index of the node to be removed from this instance.
 
         @throws ::com::sun::star::lang::IndexOutOfBoundsException
-            if <var>Index</var> is less than 0 or greater then XTreeNode::getChildCount().
+            if <var>Index</var> is less than 0 or greater than XTreeNode::getChildCount().
      */
     void removeChildByIndex( [in] long Index )
             raises( com::sun::star::lang::IndexOutOfBoundsException );


More information about the Libreoffice-commits mailing list