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

Andrea Gelmini andrea.gelmini at gelma.net
Wed Mar 14 19:28:39 UTC 2018


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

New commits:
commit 96cdb8e7b28ef50e77dc897763dd8b6df3d39d2a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Mar 13 19:30:13 2018 +0100

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

diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx
index ef3119d2a073..f7b68203b67c 100644
--- a/vcl/source/window/floatwin.cxx
+++ b/vcl/source/window/floatwin.cxx
@@ -389,7 +389,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