diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-06 08:54:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-06 09:02:35 +0300 |
commit | f4e93410603044f5796019e4a9f7845ec83d2b95 (patch) | |
tree | b8136103f3e488908c49aa931074deb96a39ce76 /framework | |
parent | 76ee8b27cc616e76e58a2dd473a3767bb1bf7389 (diff) |
WaE: unreferenced local variable
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/newmenucontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/newmenucontroller.cxx b/framework/source/uielement/newmenucontroller.cxx index 668bcf2a1ffb..4e796b2f3853 100644 --- a/framework/source/uielement/newmenucontroller.cxx +++ b/framework/source/uielement/newmenucontroller.cxx @@ -529,7 +529,7 @@ void NewMenuController::impl_setPopupMenu() } } } - catch ( RuntimeException& e ) + catch ( RuntimeException& ) { throw; } |