summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:32:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:32:12 +0200
commitef7d2da6aaa2efe6dff221803a1f83b626e68529 (patch)
treea087a368f16235ffdb51f1d5963fb1551b9136de /forms/source/component/ListBox.cxx
parent385ab75a63023bd46ad2d2f5c548e14eb029215c (diff)
loplugin:casttovoid: forms
Change-Id: Ib3f4eaa68566665b9d6eec324cef593411b1aa7b
Diffstat (limited to 'forms/source/component/ListBox.cxx')
-rw-r--r--forms/source/component/ListBox.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index fbd2ce67a7bd..958258327049 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -874,9 +874,8 @@ namespace frm
onError(eSQL, FRM_RES_STRING(RID_BASELISTBOX_ERROR_FILLLIST));
return;
}
- catch(const Exception& eUnknown)
+ catch(const Exception&)
{
- (void)eUnknown;
return;
}