diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-19 14:45:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-19 20:30:59 +0200 |
commit | b28464abc71c28450784f15ce8344da8b316da86 (patch) | |
tree | 900e255b1c267d04a064dd192a8ab838b82f73f4 /dbaccess | |
parent | b11c914741dcbf11ad1df72f861c030a584978bc (diff) |
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@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/TablesSingleDlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |