diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-20 09:34:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-20 09:34:31 +0100 |
commit | 8eb50d3b4be4df15f830e4b36449c9fcf05aa71b (patch) | |
tree | 17971234653024cdc6da9c7e3dd56dcbd346c7f4 /sc | |
parent | 9f562a82c6ed56824365825a6bc0acf313ebcf28 (diff) |
WaE: unused e
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/xlroot.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xlroot.cxx b/sc/source/filter/excel/xlroot.cxx index 7241852b9e7a..f94d1625a4e0 100644 --- a/sc/source/filter/excel/xlroot.cxx +++ b/sc/source/filter/excel/xlroot.cxx @@ -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 } } |