diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-10 09:34:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-10 14:50:59 +0200 |
commit | fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch) | |
tree | d6cc189748e5980420cc0611b44b28ec4183ea25 /desktop | |
parent | 8ccffe4e7fb6abf6fa3ba9187007e9d8af116baf (diff) |
an uno -> a uno
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d
Reviewed-on: https://gerrit.libreoffice.org/72105
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/cmdlinehelp.cxx | 4 | ||||
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_service.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx index 95e71998f3fb..eb8c683bd2c4 100644 --- a/desktop/source/app/cmdlinehelp.cxx +++ b/desktop/source/app/cmdlinehelp.cxx @@ -96,11 +96,11 @@ namespace desktop " --safe-mode Starts in a safe mode, i.e. starts temporarily with a \n" " fresh user profile and helps to restore a broken \n" " configuration. \n" - " --accept={UNO-URL} Specifies an UNO-URL connect-string to create an UNO \n" + " --accept={UNO-URL} Specifies a UNO-URL connect-string to create a UNO \n" " acceptor through which other programs can connect to \n" " access the API. Note that API access allows execution \n" " of arbitrary commands. \n" - " The syntax of an UNO-URL connect-string is: \n" + " The syntax of a UNO-URL connect-string is: \n" " uno:connection-type,params;protocol-name,params;ObjectName \n" " --unaccept={UNO-URL} Closes an acceptor that was created with --accept. Use \n" " --unaccept=all to close all open acceptors. \n" diff --git a/desktop/source/deployment/gui/dp_gui_service.cxx b/desktop/source/deployment/gui/dp_gui_service.cxx index 29ae31e28617..a8e0f37b1388 100644 --- a/desktop/source/deployment/gui/dp_gui_service.cxx +++ b/desktop/source/deployment/gui/dp_gui_service.cxx @@ -162,7 +162,7 @@ ServiceImpl::ServiceImpl( Sequence<Any> const& args, : m_xComponentContext(xComponentContext), m_bShowUpdateOnly( false ) { - /* if true then this service is running in an unopkg process and not in an office process */ + /* if true then this service is running in a unopkg process and not in an office process */ boost::optional<sal_Bool> unopkg; boost::optional<OUString> view; try { |