summaryrefslogtreecommitdiff
path: root/extensions/source/ole/oleobjw.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-10 12:27:39 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-10 12:53:09 +0300
commit97e2637337f422e8b934e990ddccddd2ef8189d3 (patch)
treeaf7d12d127a5ae253ac4fe1663ea5bee6616cb88 /extensions/source/ole/oleobjw.cxx
parentd1a8ce5f59a3c39875842d01e1e12e467f351e9b (diff)
WaE: unreachable code
Diffstat (limited to 'extensions/source/ole/oleobjw.cxx')
-rw-r--r--extensions/source/ole/oleobjw.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx
index 83a8d6ba581e..1820fddffe03 100644
--- a/extensions/source/ole/oleobjw.cxx
+++ b/extensions/source/ole/oleobjw.cxx
@@ -716,7 +716,6 @@ sal_Bool SAL_CALL IUnknownWrapper_Impl::hasProperty( const OUString& aName )
{
throw RuntimeException(OUSTR("[automation bridge] The object does not have an "
"IDispatch interface"), Reference<XInterface>());
- return sal_False;
}
sal_Bool ret = sal_False;
try