[Libreoffice-commits] core.git: desktop/source
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 12 17:20:24 UTC 2020
desktop/source/app/dispatchwatcher.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 61932fa0d8612c03f432101e9b3eed004f39be37
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Mon Oct 12 17:52:20 2020 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Mon Oct 12 19:19:44 2020 +0200
desktop: fix misleading comment
REQUEST_START is triggered with --show.
Change-Id: I83fec4f0ae4df15ed7974f484b3001e886f82a65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104217
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
Tested-by: Jenkins
diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx
index ec566181ce52..50b92ecb7834 100644
--- a/desktop/source/app/dispatchwatcher.cxx
+++ b/desktop/source/app/dispatchwatcher.cxx
@@ -469,7 +469,7 @@ bool DispatchWatcher::executeDispatchRequests( const std::vector<DispatchRequest
aArgs.emplace_back("ReadOnly", 0, Any(true), PropertyState_DIRECT_VALUE);
}
- // if we are called with -start set Start in mediadescriptor
+ // if we are called with --show set Start in mediadescriptor
if(aDispatchRequest.aRequestType == REQUEST_START) {
aArgs.emplace_back("StartPresentation", 0, Any(true), PropertyState_DIRECT_VALUE);
}
More information about the Libreoffice-commits
mailing list