summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/documentbuilder.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/unoxml/source/dom/documentbuilder.cxx b/unoxml/source/dom/documentbuilder.cxx
index 2a1e3826bd98..006e5c7fe086 100644
--- a/unoxml/source/dom/documentbuilder.cxx
+++ b/unoxml/source/dom/documentbuilder.cxx
@@ -201,7 +201,6 @@ namespace DOM
memcpy(buffer, chunk.getConstArray(), nread);
return nread;
} catch (const css::uno::Exception& ex) {
- (void) ex;
SAL_WARN( "unoxml", ex.Message);
return -1;
}
@@ -221,7 +220,6 @@ namespace DOM
delete pctx;
return 0;
} catch (const css::uno::Exception& ex) {
- (void) ex;
SAL_WARN( "unoxml", ex.Message);
return -1;
}