diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-11-01 15:24:33 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-01 16:08:38 +0000 |
commit | 501a1fbc3e34c0f3afc75d523cc6fc72b94682fd (patch) | |
tree | 25c6d39e0150544c06c9d84a3e50315ac075e648 /desktop | |
parent | bc0ae5171790dc2656a2102eaced449f9ea54921 (diff) |
WaE: more windows tinderbox warning cleanup
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index b63ee06d8ed6..be33faca1b9e 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -776,6 +776,7 @@ void Desktop::ensureProcessServiceFactory() } catch (const css::uno::Exception& e) { + (void)e; OSL_FAIL(rtl::OUStringToOString(e.Message, osl_getThreadTextEncoding()).getStr()); // let exceptions escape and tear down the process, it is // completely broken anyway |