diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-09-17 16:10:18 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-09-18 10:11:43 +0200 |
commit | 4092e253318b19b12157c1d8298b1912d81b9143 (patch) | |
tree | 3ddf3d831c57606d98de230644d0638a6d20388c /toolkit/source | |
parent | 1b94deea2c7648255e3efac08fd352f80c2bda06 (diff) |
Fix typo
Change-Id: I49c7165ecde8f652ed68ba8f8dbd9ccbf44b3756
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122266
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/awt/vclxwindow1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |