Kaydet (Commit) 999dce7d authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: return after throw

üst a02aae1d
...@@ -865,7 +865,6 @@ sr::MethodInfo* CliProxy::getMethodInfo(int nUnoFunctionPos, ...@@ -865,7 +865,6 @@ sr::MethodInfo* CliProxy::getMethodInfo(int nUnoFunctionPos,
"cli object does not implement interface method: ")); "cli object does not implement interface method: "));
buf.append(usMethodName); buf.append(usMethodName);
throw BridgeRuntimeError(buf.makeStringAndClear()); throw BridgeRuntimeError(buf.makeStringAndClear());
return 0;
} }
m_arUnoPosToCliPos[nUnoFunctionPos] = indexCliMethod; m_arUnoPosToCliPos[nUnoFunctionPos] = indexCliMethod;
ret = m_arMethodInfos[indexCliMethod]; ret = m_arMethodInfos[indexCliMethod];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment