From a39a6476fdbda5adf963b836b6740665affa39d5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 13 Feb 2020 18:33:26 +0100 Subject: Fix typo Change-Id: I63e1634114ca436d7fb4f8afe4cb7a0ac7824209 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88624 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- include/vcl/dialoghelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/dialoghelper.hxx b/include/vcl/dialoghelper.hxx index a975811c792f..f8d9ffee83a0 100644 --- a/include/vcl/dialoghelper.hxx +++ b/include/vcl/dialoghelper.hxx @@ -16,7 +16,7 @@ class Window; /* cancel dialogs that are a child of pParent this is used by com.sun.star.embed.DocumentCloser which itself is only used by extensions/source/activex/SOActiveX.cxx see extensions/source/activex/README.txt - posibly dubious if this actually works as expected + possibly dubious if this actually works as expected */ VCL_DLLPUBLIC void EndAllDialogs(vcl::Window const* pParent); -- cgit