summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/UnoDocumentSettings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/UnoDocumentSettings.cxx')
-rw-r--r--sd/source/ui/unoidl/UnoDocumentSettings.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/UnoDocumentSettings.cxx b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
index 4016191e8b3f..cbe2aa9ddb1b 100644
--- a/sd/source/ui/unoidl/UnoDocumentSettings.cxx
+++ b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
@@ -377,8 +377,7 @@ uno::Sequence<beans::PropertyValue>
uno::Reference< lang::XComponent > xComp( xSubStorage, UNO_QUERY );
if( xComp.is() )
xSubStorage->dispose();
- } catch (const uno::Exception &e) {
- (void)e;
+ } catch (const uno::Exception &) {
// fprintf (stderr, "saving etc. exception '%s'\n",
// OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8).getStr());
}