summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/indexfieldscontrol.cxx
diff options
context:
space:
mode:
authorWol <anthony@youngman.org.uk>2010-11-24 01:50:15 +0000
committerKohei Yoshida <kyoshida@novell.com>2010-11-23 22:54:24 -0500
commit9fee0a2c8613c8060a45acd5fd27716aa33462de (patch)
treef8cf4bf2ee317cc83a817123f4baab57fa508757 /dbaccess/source/ui/dlg/indexfieldscontrol.cxx
parentDead code and spelling mistakes (diff)
downloadcore-9fee0a2c8613c8060a45acd5fd27716aa33462de.tar.gz
core-9fee0a2c8613c8060a45acd5fd27716aa33462de.zip
Spelling mistakes and dead code
Diffstat (limited to 'dbaccess/source/ui/dlg/indexfieldscontrol.cxx')
-rw-r--r--dbaccess/source/ui/dlg/indexfieldscontrol.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/indexfieldscontrol.cxx b/dbaccess/source/ui/dlg/indexfieldscontrol.cxx
index a617abd6baa6..927e62c7ddf8 100644
--- a/dbaccess/source/ui/dlg/indexfieldscontrol.cxx
+++ b/dbaccess/source/ui/dlg/indexfieldscontrol.cxx
@@ -198,7 +198,6 @@ DBG_NAME(IndexFieldsControl)
// insert rows for the the fields
RowInserted(GetRowCount(), m_aFields.size(), sal_False);
// insert an additional row for a new field for that index
-// if(!m_nMaxColumnsInIndex || GetRowCount() < m_nMaxColumnsInIndex )
RowInserted(GetRowCount(), 1, sal_False);
SetUpdateMode(sal_True);