[Libreoffice-commits] core.git: vcl/headless vcl/win

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 18 13:34:26 UTC 2020


 vcl/headless/svpgdi.cxx     |    2 +-
 vcl/win/window/salframe.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0b3136b347d92f5bb25e9a9f71acb2aca436c98e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 20 12:54:52 2020 +0200
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Sep 18 15:33:44 2020 +0200

    Fix typos
    
    Change-Id: I382bac84126095950a1d3932665c36fb16f1383b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101100
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index f8276b57c542..458ac9cb565a 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -320,7 +320,7 @@ namespace
                 nW,
                 nH);
 
-            // did a version to scale self first that worked well, but wouuld've
+            // made a version to scale self first that worked well, but would've
             // been hard to support CAIRO_FORMAT_A1 including bit shifting, so
             // I decided to go with cairo itself - use CAIRO_FILTER_FAST or
             // CAIRO_FILTER_GOOD though. Please modify as needed for
diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx
index c433de48216d..7ee4aa74d42b 100644
--- a/vcl/win/window/salframe.cxx
+++ b/vcl/win/window/salframe.cxx
@@ -5298,7 +5298,7 @@ ImplHandleGetObject(HWND hWnd, LPARAM lParam, WPARAM wParam, LRESULT & nRet)
         MiscSettings aMisc = aSettings.GetMiscSettings();
         aMisc.SetEnableATToolSupport(true);
         // The above is enough, since aMisc changes the same shared ImplMiscData as used in global
-        // gettings, so no need to call aSettings.SetMiscSettings and Application::SetSettings
+        // settings, so no need to call aSettings.SetMiscSettings and Application::SetSettings
 
         if (!Application::GetSettings().GetMiscSettings().GetEnableATToolSupport())
             return false; // locked down somehow ?


More information about the Libreoffice-commits mailing list