summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-17 18:46:58 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-17 20:32:03 +0300
commit76faa3082022a402c5e567d149bfeb24fcfc99a0 (patch)
tree9caa769b75d755d131430afd45bb080b2b1b2231
parent8a89eb87d57b22cd755e2ce2fe2166144894897e (diff)
WaE: unreachable code
-rw-r--r--sc/source/core/tool/addincol.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/addincol.cxx b/sc/source/core/tool/addincol.cxx
index acc4d10309f0..e4c6734f352f 100644
--- a/sc/source/core/tool/addincol.cxx
+++ b/sc/source/core/tool/addincol.cxx
@@ -751,7 +751,6 @@ sal_Bool lcl_ValidReturnType( const uno::Reference<reflection::XIdlClass>& xClas
IsTypeName( sName, getCppuType((uno::Sequence< uno::Sequence<uno::Any> >*)0) ) );
}
}
- return false;
}
ScAddInArgumentType lcl_GetArgType( const uno::Reference<reflection::XIdlClass>& xClass )