diff options
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 |