summaryrefslogtreecommitdiff
path: root/desktop/source/app
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app')
-rw-r--r--desktop/source/app/dispatchwatcher.cxx2
1 files changed, 1 insertions, 1 deletions
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;