summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-22 16:56:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-22 17:03:12 +0100
commitd6a8934eeb192b8a2d672bfc6b90ee2b333841ae (patch)
tree5705082b133a4b7cbca9f2b732305aa828f280ee /basic
parent33a8ac0750d4ee7800b9faccdee3fffb850a04b1 (diff)
Remove no longer necessary "(void) x; // avoid warnings".
Diffstat (limited to 'basic')
-rw-r--r--basic/source/uno/namecont.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx
index f7abc391f895..8151b7457e38 100644
--- a/basic/source/uno/namecont.cxx
+++ b/basic/source/uno/namecont.cxx
@@ -822,13 +822,11 @@ sal_Bool SfxLibraryContainer::init_Impl(
}
catch ( xml::sax::SAXException& e )
{
- (void) e; // avoid warning
SAL_WARN_S("basic", e.Message);
return sal_False;
}
catch ( io::IOException& e )
{
- (void) e; // avoid warning
SAL_WARN_S("basic", e.Message);
return sal_False;
}