Kaydet (Commit) 4be34f5e authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: unused e

üst 3ee84cb2
...@@ -573,9 +573,12 @@ ErrorBox::ErrorBox( Window* pParent, const ResId& rResId ) : ...@@ -573,9 +573,12 @@ ErrorBox::ErrorBox( Window* pParent, const ResId& rResId ) :
Image ErrorBox::GetStandardImage() Image ErrorBox::GetStandardImage()
{ {
try { try
{
ImplInitMsgBoxImageList(); ImplInitMsgBoxImageList();
} catch (const ::com::sun::star::uno::Exception &e) { }
catch (const ::com::sun::star::uno::Exception &)
{
// During early bootstrap we can have no initialized // During early bootstrap we can have no initialized
// ucb and hence no ability to get this image, so nop. // ucb and hence no ability to get this image, so nop.
return Image(); return Image();
......
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