sfx2/source/dialog/filedlghelper.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit beb328011725b3243ab03e8afe26fe2e43ecede5
Author:     Aron Budea <aron.bu...@collabora.com>
AuthorDate: Mon Apr 21 17:23:26 2025 +0930
Commit:     Aron Budea <aron.bu...@collabora.com>
CommitDate: Fri Apr 25 14:56:52 2025 +0200

    tdf#165917: Revert "tdf#165228 Don't reuse previous path in save dialog"
    
    This has been partially resolved in 25.8 by
    3fa39a4dadc8e2777185465a6f7c9968c8cf44d1.
    
    Since that is only a partial fix (see eg. tdf#165392), and was
    not backported, let's revert in release versions due to number
    of reports.
    
    This reverts commit 67cffdf1b2872b4bcac657f7bcf63f19c261a5c6.
    
    Change-Id: I69f230ef1fca77d5636feec0895b9ca81346f4a1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184405
    Tested-by: Jenkins
    Tested-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
    Reviewed-by: Aron Budea <aron.bu...@collabora.com>
    (cherry picked from commit 446fe1d1b85ee98a4b8146c921e7eea22ed7e3a5)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184506
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Tested-by: Aron Budea <aron.bu...@collabora.com>

diff --git a/sfx2/source/dialog/filedlghelper.cxx 
b/sfx2/source/dialog/filedlghelper.cxx
index 6451b432e5a1..4cc57436c636 100644
--- a/sfx2/source/dialog/filedlghelper.cxx
+++ b/sfx2/source/dialog/filedlghelper.cxx
@@ -1476,7 +1476,6 @@ ErrCode FileDialogHelper_Impl::execute( 
std::vector<OUString>& rpURLList,
     }
 
     rpURLList.clear();
-    maPath.clear(); // tdf#147202 This should not survive between calls to 
execute
 
     if ( ! mxFileDlg.is() )
         return ERRCODE_ABORT;

Reply via email to