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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 15 10:39:38 UTC 2021


 vcl/unx/gtk3/gtkinst.cxx  |    2 +-
 vcl/win/gdi/winlayout.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 549cb9eb369b25b3f5ff638cb47c6eccd3c414e9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 12 10:03:50 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 15 12:38:58 2021 +0200

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

diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 8e3e32b32e56..73503ac1af4c 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -15633,7 +15633,7 @@ private:
             {
                 m_aQuickSelectionEngine.Reset();
                 sal_uInt16 nKeyMod = aKeyCode.GetModifier();
-                // tdf#131076 don't let bare return toggle menu popup active, but do allow deactive
+                // tdf#131076 don't let bare return toggle menu popup active, but do allow deactivate
                 if (nCode == KEY_RETURN && !nKeyMod && !m_bPopupActive)
                     bDone = combobox_activate();
                 else if (nCode == KEY_UP && nKeyMod == KEY_MOD2 && m_bPopupActive)
diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx
index 927694f8b450..9c82ba88a279 100644
--- a/vcl/win/gdi/winlayout.cxx
+++ b/vcl/win/gdi/winlayout.cxx
@@ -281,7 +281,7 @@ void WinSalGraphics::DrawTextLayout(const GenericSalLayout& rLayout)
 
     const HFONT hOrigFont = ::SelectFont(hDC, hLayoutFont);
 
-    // There isnt' a way for Win32 API ExtTextOutW to render vertical-writing glyphs correctly,
+    // There isn't a way for Win32 API ExtTextOutW to render vertical-writing glyphs correctly,
     // so let's use DWrite text renderer in this case.
     DrawTextLayout(rLayout, hDC, rLayout.GetFont().GetFontSelectPattern().mbVertical);
 


More information about the Libreoffice-commits mailing list