From e84fe1e99e3df4ef1db7ad947f7866de16d7c662 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 22 May 2013 09:04:01 +0300 Subject: WaE: unreferenced local variable Change-Id: Ib1d6a1c154d521a9de211467799a723f83d48554 --- sfx2/source/sidebar/ControllerFactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source') 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 ControllerFactory::CreateToolBarController( UNO_QUERY); } } - catch (Exception& rException) + catch (Exception&) { // Ignore exception. } -- cgit