[Libreoffice-commits] core.git: vcl/osx

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Aug 2 20:53:12 UTC 2020


 vcl/osx/salnativewidgets.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7956d73cf531a0630f17d746940e91eb76959008
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 2 19:56:03 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Aug 2 22:52:36 2020 +0200

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

diff --git a/vcl/osx/salnativewidgets.cxx b/vcl/osx/salnativewidgets.cxx
index d50c3956cdf6..940fd4138b4b 100644
--- a/vcl/osx/salnativewidgets.cxx
+++ b/vcl/osx/salnativewidgets.cxx
@@ -233,7 +233,7 @@ bool AquaSalGraphics::hitTestNativeControl(ControlType nType, ControlPart nPart,
 UInt32 AquaSalGraphics::getState(ControlState nState)
 {
 
-    // there are non key windows which are childs of key windows, e.g. autofilter configuration dialog or sidebar dropdown dialogs.
+    // there are non key windows which are children of key windows, e.g. autofilter configuration dialog or sidebar dropdown dialogs.
     // To handle these windows correctly, parent frame's key window state is considered here additionally.
 
     const bool bDrawActive = mpFrame == nullptr || [mpFrame->getNSWindow() isKeyWindow]


More information about the Libreoffice-commits mailing list