summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-13 18:33:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-13 18:42:01 +0100
commita39a6476fdbda5adf963b836b6740665affa39d5 (patch)
tree3e785564d744dc0cba6a6a57eea2253d43a46f41
parente0a94e9625109d5bda085dec8b8226bc5b631bab (diff)
Fix typo
Change-Id: I63e1634114ca436d7fb4f8afe4cb7a0ac7824209 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88624 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/vcl/dialoghelper.hxx2
1 files changed, 1 insertions, 1 deletions
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);