From 0410bbafafb4880c9ab5f399c6c5801a4ce93619 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 10 Aug 2011 23:04:54 +0200 Subject: Some cppcheck cleaning --- stoc/source/invocation/invocation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc') 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& catch( CannotConvertException& rExc ) { rExc.ArgumentIndex = nPos; // optionalen Parameter Index hinzufuegen - throw rExc; + throw; } } -- cgit