[Libreoffice-commits] core.git: extensions/source include/connectivity odk/examples officecfg/README qadevOOo/tests sw/source xmloff/source

Andrea Gelmini andrea.gelmini at gelma.net
Wed Dec 20 09:41:52 UTC 2017


 extensions/source/propctrlr/cellbindinghelper.hxx |    2 +-
 include/connectivity/parameters.hxx               |    2 +-
 odk/examples/java/Spreadsheet/EuroAdaption.java   |    2 +-
 officecfg/README                                  |    2 +-
 qadevOOo/tests/java/ifc/text/_XTextCursor.java    |    2 +-
 qadevOOo/tests/java/mod/_fwk/Frame.java           |    2 +-
 sw/source/core/frmedt/tblsel.cxx                  |    2 +-
 xmloff/source/forms/formcellbinding.hxx           |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 3ee517d480b60c0db59bf43f6f52c27f7368d883
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Dec 19 22:05:58 2017 +0100

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

diff --git a/extensions/source/propctrlr/cellbindinghelper.hxx b/extensions/source/propctrlr/cellbindinghelper.hxx
index a2f73741fed1..2523b1f7e23e 100644
--- a/extensions/source/propctrlr/cellbindinghelper.hxx
+++ b/extensions/source/propctrlr/cellbindinghelper.hxx
@@ -214,7 +214,7 @@ namespace pcr
         */
         bool            isSpreadsheetDocumentWhichSupplies( const OUString& _rService ) const;
 
-        /** checkes whether a given component supports a given servive
+        /** checks whether a given component supports a given servive
         */
         static bool     doesComponentSupport(
                             const css::uno::Reference< css::uno::XInterface >& _rxComponent,
diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx
index e5ba530bfcc4..3f0491963dc0 100644
--- a/include/connectivity/parameters.hxx
+++ b/include/connectivity/parameters.hxx
@@ -231,7 +231,7 @@ namespace dbtools
         void clearParameters();
 
     private:
-        /// checkes whether the object is already initialized, and not yet disposed
+        /// checks whether the object is already initialized, and not yet disposed
         bool    isAlive() const { return m_xComponent.get().is() && m_xInnerParamUpdate.is(); }
 
         /** creates a filter expression from a master-detail link where the detail denotes a column name
diff --git a/odk/examples/java/Spreadsheet/EuroAdaption.java b/odk/examples/java/Spreadsheet/EuroAdaption.java
index f3e73d38a15c..209e772ab075 100644
--- a/odk/examples/java/Spreadsheet/EuroAdaption.java
+++ b/odk/examples/java/Spreadsheet/EuroAdaption.java
@@ -216,7 +216,7 @@ public class EuroAdaption {
                     xCellProp.setPropertyValue( "NumberFormat",
                                                 Integer.valueOf( iNewNumberFormat ) );
 
-                    // interate over all cells from the cellrange with an
+                    // iterate over all cells from the cellrange with an
                     // content and use the DM/EUR factor
                     XCellRangesQuery xCellRangesQuery = UnoRuntime.queryInterface(
                     XCellRangesQuery.class, xCellRange );
diff --git a/officecfg/README b/officecfg/README
index 33ba54ccc6cf..f8861307d0db 100644
--- a/officecfg/README
+++ b/officecfg/README
@@ -7,5 +7,5 @@ See also:
 
 AcceleratorKeyChecker.fodt in the util folder is a tool written in Basic that check menus for
 entries that use the same accelerator key. The tool goes through the menus using the accessibility
-api and checkes the accelerator keys. For information on how to use the tool open the fodt file
+api and checks the accelerator keys. For information on how to use the tool open the fodt file
 in LibreOffice.
diff --git a/qadevOOo/tests/java/ifc/text/_XTextCursor.java b/qadevOOo/tests/java/ifc/text/_XTextCursor.java
index 20abffb723c7..87369a7ec426 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextCursor.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextCursor.java
@@ -222,7 +222,7 @@ public class _XTextCursor extends MultiMethodTest {
 
     /**
      * Restores the text of the component to the
-     * state it was before this interafce test.
+     * state it was before this interface test.
      */
     @Override
     public void after() {
diff --git a/qadevOOo/tests/java/mod/_fwk/Frame.java b/qadevOOo/tests/java/mod/_fwk/Frame.java
index 388176a14275..cb18c9659e19 100644
--- a/qadevOOo/tests/java/mod/_fwk/Frame.java
+++ b/qadevOOo/tests/java/mod/_fwk/Frame.java
@@ -91,7 +91,7 @@ public class Frame extends TestCase {
     /**
      * Disposes the document created and finally disposes
      * the frame containing the document (for case when the frame
-     * contains no model after some interafce manipulations).
+     * contains no model after some interface manipulations).
      */
     @Override
     protected void cleanup( TestParameters Param, PrintWriter log) {
diff --git a/sw/source/core/frmedt/tblsel.cxx b/sw/source/core/frmedt/tblsel.cxx
index 8c61f32042d4..83164e9e1058 100644
--- a/sw/source/core/frmedt/tblsel.cxx
+++ b/sw/source/core/frmedt/tblsel.cxx
@@ -2493,7 +2493,7 @@ void FndBox_::MakeNewFrames( SwTable &rTable, const sal_uInt16 nNumber,
     }
 
     // If necessary headlines should be processed. In order to
-    // not to fragment good code, we interate once more.
+    // not to fragment good code, we iterate once more.
     const sal_uInt16 nRowsToRepeat = rTable.GetRowsToRepeat();
     if ( nRowsToRepeat > 0 &&
          ( ( !bBehind && ( nBfPos == USHRT_MAX || nBfPos + 1 < nRowsToRepeat ) ) ||
diff --git a/xmloff/source/forms/formcellbinding.hxx b/xmloff/source/forms/formcellbinding.hxx
index 06016ae8eab4..bd13277bd460 100644
--- a/xmloff/source/forms/formcellbinding.hxx
+++ b/xmloff/source/forms/formcellbinding.hxx
@@ -204,7 +204,7 @@ namespace xmloff
                             const OUString& _rService
                         );
 
-        /** checkes whether a given component supports a given servive
+        /** checks whether a given component supports a given servive
         */
         static bool     doesComponentSupport(
                             const css::uno::Reference< css::uno::XInterface >& _rxComponent,


More information about the Libreoffice-commits mailing list