[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - dbaccess/source

Zolnai Tamás zolnaitamas2000 at gmail.com
Tue Jul 7 00:19:43 PDT 2015


 dbaccess/source/ui/dlg/dbadmin.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit cde471c5668d40b4623257db0c33738e191f4bc5
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Sat Jul 4 20:40:32 2015 +0200

    tdf#92520: LibO crash when editing .odb database properties
    
    Regression from:
    f7424ed710e54bb2437a28380b03ed7c26290edc
    
    Change-Id: I7665d579696f21846abaed21ca8c4f14acdc964c
    (cherry picked from commit 9216e5ef76ab718568ebda64ccfa0c010390e11a)
    Reviewed-on: https://gerrit.libreoffice.org/16768
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/dbaccess/source/ui/dlg/dbadmin.cxx b/dbaccess/source/ui/dlg/dbadmin.cxx
index 6f040be..f20c732 100644
--- a/dbaccess/source/ui/dlg/dbadmin.cxx
+++ b/dbaccess/source/ui/dlg/dbadmin.cxx
@@ -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());
 


More information about the Libreoffice-commits mailing list