[Libreoffice-commits] core.git: desktop/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue May 14 05:07:32 UTC 2019


 desktop/source/lib/init.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0c456383c10d5b468b78fd5bc407be219402785f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:07 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue May 14 07:06:35 2019 +0200

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

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 21fac8a348e7..fc4f2aa4881c 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1326,7 +1326,7 @@ void CallbackFlushHandler::queue(const int type, const char* data)
                                                                aOldTree.get<std::string>("rectangle", "").empty();
                                                        });
 
-                        // we found a invalidate-all window callback
+                        // we found an invalidate-all window callback
                         if (invAllExist)
                         {
                             SAL_INFO("lok.dialog", "Skipping queue [" << type << "]: [" << payload << "] since whole window needs to be invalidated.");
@@ -2010,7 +2010,7 @@ static int doc_saveAs(LibreOfficeKitDocument* pThis, const char* sUrl, const cha
         // add interaction handler too
         if (gImpl)
         {
-            // gImpl does not have to exist when running from a unit test
+            // gImpl does not have to exist when running from an unit test
             rtl::Reference<LOKInteractionHandler> const pInteraction(
                     new LOKInteractionHandler("saveas", gImpl, pDocument));
             uno::Reference<task::XInteractionHandler2> const xInteraction(pInteraction.get());


More information about the Libreoffice-commits mailing list