diff options
Diffstat (limited to 'dbaccess/source/ui/uno/copytablewizard.cxx')
-rw-r--r-- | dbaccess/source/ui/uno/copytablewizard.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/uno/copytablewizard.cxx b/dbaccess/source/ui/uno/copytablewizard.cxx index 51420d74995c..eb6d7fa2325b 100644 --- a/dbaccess/source/ui/uno/copytablewizard.cxx +++ b/dbaccess/source/ui/uno/copytablewizard.cxx @@ -1098,7 +1098,6 @@ void CopyTableWizard::impl_copyRows_throw( const Reference< XResultSet >& _rxSou const Any* pSelectedRow = m_aSourceSelection.getConstArray(); const Any* pSelEnd = pSelectedRow + m_aSourceSelection.getLength(); - sal_Int32 nRowCount = 0; bool bContinue = false; CopyTableRowEvent aCopyEvent; @@ -1133,8 +1132,6 @@ void CopyTableWizard::impl_copyRows_throw( const Reference< XResultSet >& _rxSou break; } - ++nRowCount; - aCopyEvent.Error.clear(); try { |