sfx2/source/sidebar/ControllerFactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e84fe1e99e3df4ef1db7ad947f7866de16d7c662 Author: Tor Lillqvist <tlillqv...@suse.com> Date: Wed May 22 09:04:01 2013 +0300 WaE: unreferenced local variable Change-Id: Ib1d6a1c154d521a9de211467799a723f83d48554 diff --git a/sfx2/source/sidebar/ControllerFactory.cxx b/sfx2/source/sidebar/ControllerFactory.cxx index cc5fe34..7919639 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. } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits