diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/dialoghelper.hxx | 2 |
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); |