diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2013-05-22 09:04:01 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2013-05-22 09:04:43 +0300 |
commit | e84fe1e99e3df4ef1db7ad947f7866de16d7c662 (patch) | |
tree | 0450ddace126fe2be5635cde9ade8e077b0a2d51 /sfx2/source | |
parent | a0850db02a58f14a7fd778814f2be6ced4433022 (diff) |
WaE: unreferenced local variable
Change-Id: Ib1d6a1c154d521a9de211467799a723f83d48554
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/sidebar/ControllerFactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/ControllerFactory.cxx b/sfx2/source/sidebar/ControllerFactory.cxx index cc5fe34f09eb..79196391b74c 100644 --- a/sfx2/source/sidebar/ControllerFactory.cxx +++ b/sfx2/source/sidebar/ControllerFactory.cxx @@ -191,7 +191,7 @@ Reference<frame::XToolbarController> ControllerFactory::CreateToolBarController( UNO_QUERY); } } - catch (Exception& rException) + catch (Exception&) { // Ignore exception. } |