diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-20 12:54:52 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-18 15:33:44 +0200 |
commit | 0b3136b347d92f5bb25e9a9f71acb2aca436c98e (patch) | |
tree | f845faf4d4380fac764231684be496a492c6725d /vcl | |
parent | f75581f73a24202f4c37f93e6233825ed2b50a4a (diff) |
Fix typos
Change-Id: I382bac84126095950a1d3932665c36fb16f1383b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101100
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 2 | ||||
-rw-r--r-- | vcl/win/window/salframe.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 ? |