summaryrefslogtreecommitdiffstats
path: root/cli_ure
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/uno_bridge/cli_bridge.h2
-rw-r--r--cli_ure/source/uno_bridge/cli_environment.h2
-rw-r--r--cli_ure/source/uno_bridge/cli_proxy.cxx2
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