summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-24 16:56:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-24 16:56:50 +0000
commit4be34f5e14c57e4663c140d2373c6ae693ada814 (patch)
tree11192074583a142d795d16187591ec047986fa17 /vcl
parent3ee84cb27e49d26acc50e235abafd7aa5e6a8c72 (diff)
WaE: unused e
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/msgbox.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/window/msgbox.cxx b/vcl/source/window/msgbox.cxx
index b42136c97cc0..07610d636b6a 100644
--- a/vcl/source/window/msgbox.cxx
+++ b/vcl/source/window/msgbox.cxx
@@ -573,9 +573,12 @@ ErrorBox::ErrorBox( Window* pParent, const ResId& rResId ) :
Image ErrorBox::GetStandardImage()
{
- try {
+ try
+ {
ImplInitMsgBoxImageList();
- } catch (const ::com::sun::star::uno::Exception &e) {
+ }
+ catch (const ::com::sun::star::uno::Exception &)
+ {
// During early bootstrap we can have no initialized
// ucb and hence no ability to get this image, so nop.
return Image();