Kaydet (Commit) 555d09b5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Better debugging messages

Change-Id: I7c10329f87edfe5d6f801c0aa70e1f6860780c8b
üst 1a4bcd1b
......@@ -595,8 +595,9 @@ sal_Bool ModelData_Impl::ExecuteFilterDialog_Impl( const ::rtl::OUString& aFilte
{
throw;
}
catch( const uno::Exception& )
catch( const uno::Exception& e )
{
SAL_WARN("sfx2.doc", "ignoring UNO exception " << e.Message);
}
return bDialogUsed;
......
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