From 616c6924f18911fce110918edf05ed2f4e52dba9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 22 Feb 2013 09:48:17 +0200 Subject: s/the the/the/ Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3 --- cli_ure/source/uno_bridge/cli_bridge.cxx | 2 +- cli_ure/source/uno_bridge/cli_proxy.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cli_ure') 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 -- cgit