[Libreoffice-commits] core.git: sfx2/source
Tor Lillqvist
tlillqvist at suse.com
Tue May 21 23:07:17 PDT 2013
sfx2/source/sidebar/ControllerFactory.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e84fe1e99e3df4ef1db7ad947f7866de16d7c662
Author: Tor Lillqvist <tlillqvist at 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.
}
More information about the Libreoffice-commits
mailing list