diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-18 10:24:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-18 10:32:53 +0100 |
commit | c726769f091b8ed47d58f5a485f93123c53668df (patch) | |
tree | aa4725691b1955106b673bf51d860a782bd47f05 /vcl/source/window | |
parent | 568b820bc2d52c007ee08ad7a3849c94a458115d (diff) |
Fix typo
Change-Id: I2bebd1ea9e8bd7815f6a0fccf5a87af68c84fbb7
Reviewed-on: https://gerrit.libreoffice.org/85364
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/floatwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx index d4998f82c8e9..dc834d9f9acd 100644 --- a/vcl/source/window/floatwin.cxx +++ b/vcl/source/window/floatwin.cxx @@ -391,7 +391,7 @@ Point FloatingWindow::ImplCalcPos(vcl::Window* pWindow, default: break; } - // no further adjustement for LibreOfficeKit + // no further adjustment for LibreOfficeKit if (bLOKActive) break; |