Kaydet (Commit) 9216e5ef authored tarafından Zolnai Tamás's avatar Zolnai Tamás

tdf#92520: LibO crash when editing .odb database properties

Regression from:
f7424ed7

Change-Id: I7665d579696f21846abaed21ca8c4f14acdc964c
üst 8ce6e313
......@@ -194,8 +194,7 @@ void ODbAdminDialog::impl_resetPages(const Reference< XPropertySet >& _rxDatasou
// extract all relevant data from the property set of the data source
m_pImpl->translateProperties(_rxDatasource, *GetInputSetImpl());
// propagate this set as our new input set and reset the example set
SetInputSet(GetInputSetImpl());
// reset the example set
delete pExampleSet;
pExampleSet = new SfxItemSet(*GetInputSetImpl());
......
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