diff options
author | PKEuS <philipp.kloke@web.de> | 2012-02-06 09:44:32 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-02-06 10:16:35 +0100 |
commit | 664b22c56b7e37006e07ad194fe2ab98980cb8f0 (patch) | |
tree | d399b066da7323641d8501bbe877185f49345cdb /cli_ure | |
parent | c1a3961b4582e47ebcee84b3acc2a808651bcd07 (diff) |
Fixed some cppcheck messages
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/uno_bridge/cli_proxy.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli_ure/source/uno_bridge/cli_proxy.cxx b/cli_ure/source/uno_bridge/cli_proxy.cxx index 9be5afe2e7da..4672dd529432 100644 --- a/cli_ure/source/uno_bridge/cli_proxy.cxx +++ b/cli_ure/source/uno_bridge/cli_proxy.cxx @@ -497,7 +497,6 @@ srrm::IMessage* UnoInterfaceProxy::Invoke(srrm::IMessage* callmsg) method_td->pParams, args, argTypes, &pExc); return constructReturnMessage(cli_ret, args, method_td, callmsg, pExc); - break; } } else |