summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-02 19:56:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-02 22:52:36 +0200
commit7956d73cf531a0630f17d746940e91eb76959008 (patch)
tree49bccb4b7fc5e623f29736eeac55f8061c00f699
parentloplugin:flatten in UnoControls (diff)
downloadcore-7956d73cf531a0630f17d746940e91eb76959008.tar.gz
core-7956d73cf531a0630f17d746940e91eb76959008.zip
Fix typo
Change-Id: I298d8c5aac6e340fb4d5c753abbd8fa80ffc9408 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99962 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--vcl/osx/salnativewidgets.cxx2
1 files changed, 1 insertions, 1 deletions
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]