diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-07-31 18:41:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-07-31 18:41:58 +0200 |
commit | a751a0c74d455ad7dc17932163a42788e2b75786 (patch) | |
tree | 0d4c7efbd7eb288dee75125cc203d3027b5de564 /framework | |
parent | 470b293417a84a6786ff99dcd3e8b71567b2913a (diff) |
Some cppcheck cleaning
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/uicommanddescription.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx index 273d46faf2d8..a338c267c807 100644 --- a/framework/source/uielement/uicommanddescription.cxx +++ b/framework/source/uielement/uicommanddescription.cxx @@ -439,7 +439,7 @@ sal_Bool ConfigurationAccess_UICommand::addGenericInfoToCache() } catch ( RuntimeException& e ) { - throw e; + throw; } catch ( Exception& ) { @@ -453,7 +453,7 @@ sal_Bool ConfigurationAccess_UICommand::addGenericInfoToCache() } catch ( RuntimeException& e ) { - throw e; + throw; } catch ( Exception& ) { |