sfx2/source/dialog/filedlghelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 50b211d6ba6cdec01f7eb304d406fec615e6917f Author: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> AuthorDate: Thu Feb 13 16:16:04 2025 +0100 Commit: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> CommitDate: Mon Feb 17 07:35:56 2025 +0100 Correct bug number Change-Id: Ifad0623a6eb5d497c81abf9eeb0df1bb4be77834 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181628 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx index dce3103de3cc..8e7020d5cfe2 100644 --- a/sfx2/source/dialog/filedlghelper.cxx +++ b/sfx2/source/dialog/filedlghelper.cxx @@ -1476,7 +1476,7 @@ ErrCode FileDialogHelper_Impl::execute( std::vector<OUString>& rpURLList, } rpURLList.clear(); - maPath.clear(); // tdf#147202 This should not survive between calls to execute + maPath.clear(); // tdf#165228 This should not survive between calls to execute if ( ! mxFileDlg.is() ) return ERRCODE_ABORT;