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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 18 08:12:19 UTC 2021


 toolkit/source/awt/vclxwindow1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4092e253318b19b12157c1d8298b1912d81b9143
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Sep 17 16:10:18 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Sep 18 10:11:43 2021 +0200

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

diff --git a/toolkit/source/awt/vclxwindow1.cxx b/toolkit/source/awt/vclxwindow1.cxx
index 7c91d2234c72..7b7b7192f9db 100644
--- a/toolkit/source/awt/vclxwindow1.cxx
+++ b/toolkit/source/awt/vclxwindow1.cxx
@@ -45,7 +45,7 @@ void VCLXWindow::SetSystemParent_Impl(const css::uno::Any& rHandle)
     }
 
     // use sal_Int64 here to accommodate all int types
-    // uno::Any shift operator whill upcast if necessary
+    // uno::Any shift operator will upcast if necessary
     sal_Int64 nHandle = 0;
     bool bXEmbed = false;
     bool bThrow = false;


More information about the Libreoffice-commits mailing list