diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-08-10 23:04:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-08-10 23:05:50 +0200 |
commit | 0410bbafafb4880c9ab5f399c6c5801a4ce93619 (patch) | |
tree | a2bb5fd58c497ab91ca0487c882f78d2f6d0b7ef /stoc | |
parent | d7d976c257d4ea8946643e3caff163346da8daa6 (diff) |
Some cppcheck cleaning
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/invocation/invocation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx index 4359d25e67e6..2b6151fe0f4f 100644 --- a/stoc/source/invocation/invocation.cxx +++ b/stoc/source/invocation/invocation.cxx @@ -702,7 +702,7 @@ Any Invocation_Impl::invoke( const OUString& FunctionName, const Sequence<Any>& catch( CannotConvertException& rExc ) { rExc.ArgumentIndex = nPos; // optionalen Parameter Index hinzufuegen - throw rExc; + throw; } } |