[Libreoffice-commits] core.git: dbaccess/source
Noel Grandin
noel.grandin at collabora.co.uk
Tue Jun 19 18:31:22 UTC 2018
dbaccess/source/ui/dlg/TablesSingleDlg.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b28464abc71c28450784f15ce8344da8b316da86
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date: Tue Jun 19 14:45:21 2018 +0200
tdf#118220 Base : Tools -> Table Filter crashes
regression from
commit b69457c1a5cb31c8b0fb3d047e2826bc3d61fea4
loplugin:useuniqueptr in OTableSubscriptionDialog
Change-Id: I9f29452736554b18dbc207c870ed1799fe38b6e1
Reviewed-on: https://gerrit.libreoffice.org/56110
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/dbaccess/source/ui/dlg/TablesSingleDlg.cxx b/dbaccess/source/ui/dlg/TablesSingleDlg.cxx
index 2c18a418b69a..08841ad3e4e4 100644
--- a/dbaccess/source/ui/dlg/TablesSingleDlg.cxx
+++ b/dbaccess/source/ui/dlg/TablesSingleDlg.cxx
@@ -43,7 +43,6 @@ OTableSubscriptionDialog::OTableSubscriptionDialog(vcl::Window* pParent
"dbaccess/ui/tablesfilterdialog.ui")
, m_pImpl( new ODbDataSourceAdministrationHelper( _rxORB, pParent, this ) )
, m_bStopExecution(false)
- , m_pOutSet(_pItems)
{
m_pImpl->setDataSourceOrName(_aDataSourceName);
Reference< XPropertySet > xDatasource = m_pImpl->getCurrentDataSource();
More information about the Libreoffice-commits
mailing list