[Libreoffice-commits] core.git: framework/qa include/svtools

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Dec 28 10:58:50 UTC 2019


 framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java |    2 +-
 include/svtools/acceleratorexecute.hxx                           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 84eb872beb5f68a985dfe65c16c756cb4c45a84b
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Dec 28 10:47:46 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Dec 28 11:58:16 2019 +0100

    Fix typo
    
    Change-Id: Iebf4da702da03d9888bad314eb401cff6a26bd2b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85903
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
index c6bd94afa8bb..95fade57ece4 100644
--- a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
+++ b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
@@ -213,7 +213,7 @@ public class CheckXComponentLoader
 
             loadURL(m_xLoader, RESULT_VALID_DOC, sURL, "_blank", 0, lProps);
             // It's not needed to reset this using states!
-            // Its done internally ...
+            // It's done internally...
             if (!xIndicator.wasUsed())
             {
                 System.out.println("External progress was not used for loading.");
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx
index d2b5969e6b9f..6c846bc5287e 100644
--- a/include/svtools/acceleratorexecute.hxx
+++ b/include/svtools/acceleratorexecute.hxx
@@ -160,7 +160,7 @@ class SVT_DLLPUBLIC AcceleratorExecute final : private TMutexInit
             @return [bool]
                     true if this key is configured and match to a command.
                     Attention: This state does not mean the success state
-                    of the corresponding execute. Because its done asynchronous!
+                    of the corresponding execute. Because it's done asynchronously!
          */
         bool execute(const vcl::KeyCode&       aKey);
         bool execute(const css::awt::KeyEvent& aKey);


More information about the Libreoffice-commits mailing list