[Libreoffice-commits] core.git: desktop/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Tue Sep 5 08:37:47 UTC 2017
desktop/source/app/dispatchwatcher.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2721b5391c692e0068e596a029ea5c40d6e90409
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Fri Aug 11 14:32:29 2017 +0200
Remove useless comment
Who is AS?
Change-Id: I492978e6ed34a78a8bead2e6fea760fcb0ab458b
Reviewed-on: https://gerrit.libreoffice.org/41135
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx
index 2c60973015e9..4f31d226b4bf 100644
--- a/desktop/source/app/dispatchwatcher.cxx
+++ b/desktop/source/app/dispatchwatcher.cxx
@@ -440,7 +440,7 @@ bool DispatchWatcher::executeDispatchRequests( const std::vector<DispatchRequest
}
else if ( aName.startsWith( "service:" ) )
{
- // TODO: the dispatch has to be done for loadComponentFromURL as well. Please ask AS for more details.
+ // TODO: the dispatch has to be done for loadComponentFromURL as well.
URL aURL ;
aURL.Complete = aName;
More information about the Libreoffice-commits
mailing list