From 4092e253318b19b12157c1d8298b1912d81b9143 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 17 Sep 2021 16:10:18 +0200 Subject: Fix typo Change-Id: I49c7165ecde8f652ed68ba8f8dbd9ccbf44b3756 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122266 Tested-by: Jenkins Reviewed-by: Julien Nabet --- toolkit/source/awt/vclxwindow1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit') 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; -- cgit