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>
This commit is contained in:
Andrea Gelmini 2020-02-13 18:33:26 +01:00 committed by Julien Nabet
parent e0a94e9625
commit a39a6476fd

View File

@ -16,7 +16,7 @@ class Window;
/* cancel dialogs that are a child of pParent /* cancel dialogs that are a child of pParent
this is used by com.sun.star.embed.DocumentCloser which itself is only used by 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 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); VCL_DLLPUBLIC void EndAllDialogs(vcl::Window const* pParent);