summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/general.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:32:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:32:29 +0200
commitbadc759a8a97965bbc77aea6fb417c94a3e088a1 (patch)
tree63789b572e089772b0285e32e646a472321a4bfa /extensions/source/bibliography/general.cxx
parentef7d2da6aaa2efe6dff221803a1f83b626e68529 (diff)
loplugin:casttovoid: extensions
Change-Id: I5922341e0bb74da854307e6cb0a004395f3e8851
Diffstat (limited to 'extensions/source/bibliography/general.cxx')
-rw-r--r--extensions/source/bibliography/general.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/bibliography/general.cxx b/extensions/source/bibliography/general.cxx
index 9eccfef67a0d..8c14735756b2 100644
--- a/extensions/source/bibliography/general.cxx
+++ b/extensions/source/bibliography/general.cxx
@@ -517,9 +517,8 @@ uno::Reference< awt::XControlModel > BibGeneralPage::AddXControl(
}
}
}
- catch(const Exception& rEx)
+ catch(const Exception&)
{
- (void) rEx; // make compiler happy
OSL_FAIL("BibGeneralPage::AddXControl: something went wrong!");
}
return xCtrModel;