summaryrefslogtreecommitdiffstats
path: root/cli_ure
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-16 10:54:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-16 10:54:21 +0000
commit999dce7d69e20561c3f39476e074043838eb7514 (patch)
tree74c649c18f3c14f28478931c28b8a8aa3e281f24 /cli_ure
parentfix build error with better depend (diff)
downloadcore-999dce7d69e20561c3f39476e074043838eb7514.tar.gz
core-999dce7d69e20561c3f39476e074043838eb7514.zip
WaE: return after throw
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/uno_bridge/cli_proxy.cxx1
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];