Kaydet (Commit) e84fe1e9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unreferenced local variable

Change-Id: Ib1d6a1c154d521a9de211467799a723f83d48554
üst a0850db0
...@@ -191,7 +191,7 @@ Reference<frame::XToolbarController> ControllerFactory::CreateToolBarController( ...@@ -191,7 +191,7 @@ Reference<frame::XToolbarController> ControllerFactory::CreateToolBarController(
UNO_QUERY); UNO_QUERY);
} }
} }
catch (Exception& rException) catch (Exception&)
{ {
// Ignore exception. // Ignore exception.
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment