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 /cli_ure | |
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 'cli_ure')
-rw-r--r-- | cli_ure/source/uno_bridge/cli_bridge.h | 2 | ||||
-rw-r--r-- | cli_ure/source/uno_bridge/cli_environment.h | 2 | ||||
-rw-r--r-- | cli_ure/source/uno_bridge/cli_proxy.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/source/uno_bridge/cli_bridge.h b/cli_ure/source/uno_bridge/cli_bridge.h index 1f510811c799..95ddb03943d4 100644 --- a/cli_ure/source/uno_bridge/cli_bridge.h +++ b/cli_ure/source/uno_bridge/cli_bridge.h @@ -44,7 +44,7 @@ struct Mapping : public uno_Mapping }; // The environment will be created in uno_initEnvironment. See also the remarks there -//Managed cli environment for cli objects an UNO proxies (which are cli +//Managed cli environment for cli objects a UNO proxies (which are cli //objects. The uno_Environment is not used for cli objects. ref struct CliEnvHolder { static Cli_environment ^ g_cli_env = nullptr; diff --git a/cli_ure/source/uno_bridge/cli_environment.h b/cli_ure/source/uno_bridge/cli_environment.h index 46977fa657c7..db220d32d1fc 100644 --- a/cli_ure/source/uno_bridge/cli_environment.h +++ b/cli_ure/source/uno_bridge/cli_environment.h @@ -59,7 +59,7 @@ public: !Cli_environment(); /** - Registers an UNO object as being mapped by this bridge. The resulting + Registers a UNO object as being mapped by this bridge. The resulting cli object is represents all interfaces of the UNO object. Therefore the object can be registered only with its OID; a type is not necessary. */ diff --git a/cli_ure/source/uno_bridge/cli_proxy.cxx b/cli_ure/source/uno_bridge/cli_proxy.cxx index 6930cbfbe83b..22c47817748f 100644 --- a/cli_ure/source/uno_bridge/cli_proxy.cxx +++ b/cli_ure/source/uno_bridge/cli_proxy.cxx @@ -219,7 +219,7 @@ bool UnoInterfaceProxy::CanCastTo(System::Type^ fromType, if (nullptr != findInfo( fromType )) // proxy supports demanded interface return true; - //query an uno interface for the required type + //query a uno interface for the required type // we use the first interface in the list (m_listIfaces) to make // the queryInterface call |