Kaydet (Commit) b28464ab authored tarafından Noel Grandin's avatar Noel Grandin

tdf#118220 Base : Tools -> Table Filter crashes

regression from
    commit	b69457c1
    loplugin:useuniqueptr in OTableSubscriptionDialog

Change-Id: I9f29452736554b18dbc207c870ed1799fe38b6e1
Reviewed-on: https://gerrit.libreoffice.org/56110
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst b11c9147
...@@ -43,7 +43,6 @@ OTableSubscriptionDialog::OTableSubscriptionDialog(vcl::Window* pParent ...@@ -43,7 +43,6 @@ OTableSubscriptionDialog::OTableSubscriptionDialog(vcl::Window* pParent
"dbaccess/ui/tablesfilterdialog.ui") "dbaccess/ui/tablesfilterdialog.ui")
, m_pImpl( new ODbDataSourceAdministrationHelper( _rxORB, pParent, this ) ) , m_pImpl( new ODbDataSourceAdministrationHelper( _rxORB, pParent, this ) )
, m_bStopExecution(false) , m_bStopExecution(false)
, m_pOutSet(_pItems)
{ {
m_pImpl->setDataSourceOrName(_aDataSourceName); m_pImpl->setDataSourceOrName(_aDataSourceName);
Reference< XPropertySet > xDatasource = m_pImpl->getCurrentDataSource(); Reference< XPropertySet > xDatasource = m_pImpl->getCurrentDataSource();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment