WaE: unused e
This commit is contained in:
parent
9f562a82c6
commit
8eb50d3b4b
1 changed files with 4 additions and 0 deletions
|
@ -162,7 +162,11 @@ XclRootData::XclRootData( XclBiff eBiff, SfxMedium& rMedium,
|
|||
}
|
||||
catch( const Exception& e)
|
||||
{
|
||||
#if OSL_DEBUG_LEVEL > 0
|
||||
OSL_FAIL( rtl::OStringBuffer("XclRootData::XclRootData - cannot get output device info: ").append(rtl::OUStringToOString(e.Message,osl_getThreadTextEncoding())).getStr() );
|
||||
#else
|
||||
(void)e;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue