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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 18 09:34:13 UTC 2019


 vcl/source/window/floatwin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c726769f091b8ed47d58f5a485f93123c53668df
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 18 10:24:48 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Dec 18 10:32:53 2019 +0100

    Fix typo
    
    Change-Id: I2bebd1ea9e8bd7815f6a0fccf5a87af68c84fbb7
    Reviewed-on: https://gerrit.libreoffice.org/85364
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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;
 


More information about the Libreoffice-commits mailing list