summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-06 08:54:30 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-06 09:02:35 +0300
commitf4e93410603044f5796019e4a9f7845ec83d2b95 (patch)
treeb8136103f3e488908c49aa931074deb96a39ce76 /framework
parent76ee8b27cc616e76e58a2dd473a3767bb1bf7389 (diff)
WaE: unreferenced local variable
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/newmenucontroller.cxx2
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;
}