offapi/com/sun/star/frame/XDispatchHelper.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fd8d46654cd309f79c0ae2d284db25d9ac6cc622 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Wed May 28 13:34:19 2025 +0500 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Sat May 31 21:49:57 2025 +0200 Document that XDispatchHelper::executeDispatch executes synchronously This is an important detail. XDispatch::dispatch documentation, which is referenced from XDispatchHelper, discusses SynchronMode; but it is unclear that executeDispatch doesn't need that, and it always appends SynchronMode=true to the passed arguments internally (implementation is in framework/source/services/dispatchhelper.cxx). Change-Id: Ie9634db9458f192966de0094e1596bf3dd967784 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186087 Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> Tested-by: Jenkins diff --git a/offapi/com/sun/star/frame/XDispatchHelper.idl b/offapi/com/sun/star/frame/XDispatchHelper.idl index e8e43648373a..6abb00ce4630 100644 --- a/offapi/com/sun/star/frame/XDispatchHelper.idl +++ b/offapi/com/sun/star/frame/XDispatchHelper.idl @@ -28,7 +28,7 @@ */ published interface XDispatchHelper : com::sun::star::uno::XInterface { - /** executes the dispatch. + /** executes the dispatch synchronously. Listeners are not supported here!