fpicker/source/office/RemoteFilesDialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f9157d1a21c67db270d52c30785857d2e6c5bf1a
Author: Oliver Specht <[email protected]>
Date:   Tue Oct 6 10:06:27 2015 +0200

    tdf#94811: Crash in Open Remote File dialog fixed
    
    Edit control needed a disposeAndClear instead of a clear
    
    Change-Id: I24f4ec8c391080cb83574949cc141c883b43cfb9
    Reviewed-on: https://gerrit.libreoffice.org/19185
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Oliver Specht <[email protected]>

diff --git a/fpicker/source/office/RemoteFilesDialog.cxx 
b/fpicker/source/office/RemoteFilesDialog.cxx
index 0761888..9ee6d15 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -344,7 +344,7 @@ void RemoteFilesDialog::dispose()
     m_pAddService_btn.clear();
     m_pServices_lb.clear();
     m_pFilter_lb.clear();
-    m_pName_ed.clear();
+    m_pName_ed.disposeAndClear();
     m_pNewFolder.clear();
 
     ModalDialog::dispose();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to