summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/WTypeSelect.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:32:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:32:52 +0200
commit90c91f6b867ebbcd8fa64d8b9ed4dd9b8aa4f6ef (patch)
tree42ceb69f890a1959661a6f4cb10ed79ec7ce861d /dbaccess/source/ui/misc/WTypeSelect.cxx
parenteef90bd694536c73922b681581138957b711f144 (diff)
loplugin:casttovoid: dbaccess
Change-Id: I63f14e06feccdd19ef62ac335fe71bfcec8c580a
Diffstat (limited to 'dbaccess/source/ui/misc/WTypeSelect.cxx')
-rw-r--r--dbaccess/source/ui/misc/WTypeSelect.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/WTypeSelect.cxx b/dbaccess/source/ui/misc/WTypeSelect.cxx
index cc3980d3e9a5..31c58ed4a6c7 100644
--- a/dbaccess/source/ui/misc/WTypeSelect.cxx
+++ b/dbaccess/source/ui/misc/WTypeSelect.cxx
@@ -92,7 +92,6 @@ void OWizTypeSelectControl::DeactivateAggregate( EControlType eType )
void OWizTypeSelectControl::CellModified(long nRow, sal_uInt16 nColId )
{
OSL_ENSURE(nRow == -1,"nRow must be -1!");
- (void)nRow;
MultiListBox *pListBox = static_cast<OWizTypeSelect*>(m_pParentTabPage.get())->m_pColumnNames;