diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-16 10:54:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-16 10:54:21 +0000 |
commit | 999dce7d69e20561c3f39476e074043838eb7514 (patch) | |
tree | 74c649c18f3c14f28478931c28b8a8aa3e281f24 /cli_ure/source | |
parent | a02aae1d244a42b9b346d2f439ea2e834af2899b (diff) |
WaE: return after throw
Diffstat (limited to 'cli_ure/source')
-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 df86686dd988..eedd20d5df5f 100644 --- a/cli_ure/source/uno_bridge/cli_proxy.cxx +++ b/cli_ure/source/uno_bridge/cli_proxy.cxx @@ -865,7 +865,6 @@ sr::MethodInfo* CliProxy::getMethodInfo(int nUnoFunctionPos, "cli object does not implement interface method: ")); buf.append(usMethodName); throw BridgeRuntimeError(buf.makeStringAndClear()); - return 0; } m_arUnoPosToCliPos[nUnoFunctionPos] = indexCliMethod; ret = m_arMethodInfos[indexCliMethod]; |