diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:48:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:58:19 +0200 |
commit | 616c6924f18911fce110918edf05ed2f4e52dba9 (patch) | |
tree | 3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /cli_ure | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/uno_bridge/cli_bridge.cxx | 2 | ||||
-rw-r--r-- | cli_ure/source/uno_bridge/cli_proxy.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli_ure/source/uno_bridge/cli_bridge.cxx b/cli_ure/source/uno_bridge/cli_bridge.cxx index ef9fd01b732c..b68d04c329e2 100644 --- a/cli_ure/source/uno_bridge/cli_bridge.cxx +++ b/cli_ure/source/uno_bridge/cli_bridge.cxx @@ -173,7 +173,7 @@ namespace cli_uno //__________________________________________________________________________________________________ /** ToDo - I doubt that the the case that the ref count raises from 0 to 1 + I doubt that the case that the ref count raises from 0 to 1 can occur. uno_ext_getMapping returns an acquired mapping. Every time that function is called then a new mapping is created. Following the rules of ref counted objects, then if the ref count is null noone has diff --git a/cli_ure/source/uno_bridge/cli_proxy.h b/cli_ure/source/uno_bridge/cli_proxy.h index 5155e46baf4a..657cc69c0c98 100644 --- a/cli_ure/source/uno_bridge/cli_proxy.h +++ b/cli_ure/source/uno_bridge/cli_proxy.h @@ -65,7 +65,7 @@ public ref class UnoInterfaceProxy: public srrp::RealProxy, */ sc::ArrayList^ m_listIfaces; /** The number of UNO interfaces this proxy represents. It corresponds - to the the number of elements in m_listIfaces. + to the number of elements in m_listIfaces. */ int m_numUnoIfaces; /** The list is filled with additional UnoInterfaceProxy object due |