[Libreoffice-commits] core.git: extensions/test forms/source fpicker/source include/LibreOfficeKit

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Aug 20 07:15:30 UTC 2019


 extensions/test/ole/cpnt/readme.txt       |    2 +-
 forms/source/component/DatabaseForm.cxx   |    2 +-
 fpicker/source/office/commonpicker.cxx    |    2 +-
 include/LibreOfficeKit/LibreOfficeKit.hxx |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 41e6f0fd99b2e68dfe32d9be3defe60ff36ba8f1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 19 21:44:39 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Aug 20 09:14:43 2019 +0200

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

diff --git a/extensions/test/ole/cpnt/readme.txt b/extensions/test/ole/cpnt/readme.txt
index b615093069ae..ccac8066a17c 100644
--- a/extensions/test/ole/cpnt/readme.txt
+++ b/extensions/test/ole/cpnt/readme.txt
@@ -1,4 +1,4 @@
-cpnt.cxx contains a uno component that is uses to test the olebridge within a
+cpnt.cxx contains a UNO component that is uses to test the olebridge within a
 JavaScript context.  In particular it has functions using out, in/out and
 sequence parameter that have to be specifically treated in JScript because they
 are represented by IDispatch objects.  Other clients, such as VBScript, VB and
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index 41e94e519762..9eef1270633e 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -3730,7 +3730,7 @@ Sequence< OUString > SAL_CALL ODatabaseForm::getSupportedServiceNames()
     if (query_aggregation(m_xAggregate, xInfo))
         aServices = xInfo->getSupportedServiceNames();
 
-    // concat with out own services
+    // concat without own services
     return ::comphelper::concatSequences(
         css::uno::Sequence<OUString> {
             FRM_SUN_FORMCOMPONENT, "com.sun.star.form.FormComponents",
diff --git a/fpicker/source/office/commonpicker.cxx b/fpicker/source/office/commonpicker.cxx
index e87d58fb739d..7751cf25316b 100644
--- a/fpicker/source/office/commonpicker.cxx
+++ b/fpicker/source/office/commonpicker.cxx
@@ -205,7 +205,7 @@ namespace svt
 
             if ( m_pDlg )
             {
-                // synchronize the help id of the dialog with out help URL property
+                // synchronize the help id of the dialog without help URL property
                 if ( !m_sHelpURL.isEmpty() )
                 {   // somebody already set the help URL while we had no dialog yet
                     OControlAccess::setHelpURL( m_pDlg, m_sHelpURL, false );
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx
index 517a38a50527..3c81e4a03ae2 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
@@ -303,7 +303,7 @@ public:
     }
 
     /**
-     * Posts an UNO command to the document.
+     * Posts a UNO command to the document.
      *
      * Example argument string:
      *


More information about the Libreoffice-commits mailing list