summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2013-05-22 09:04:01 +0300
committerTor Lillqvist <tlillqvist@suse.com>2013-05-22 09:04:43 +0300
commite84fe1e99e3df4ef1db7ad947f7866de16d7c662 (patch)
tree0450ddace126fe2be5635cde9ade8e077b0a2d51 /sfx2
parenta0850db02a58f14a7fd778814f2be6ced4433022 (diff)
WaE: unreferenced local variable
Change-Id: Ib1d6a1c154d521a9de211467799a723f83d48554
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/ControllerFactory.cxx2
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.
}