ucb/source/ucp/file/filtask.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 045c5bb758c263585d96b6ff361cf80e51a2f77a Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Sat Feb 2 15:26:48 2019 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Feb 2 22:19:54 2019 +0100 tdf#123067: fix assert when exporting template See bt here: https://bugs.documentfoundation.org/attachment.cgi?id=148772 Change-Id: I7bd6a7dcb7cf7677b92abe79abb781105dfb6019 Reviewed-on: https://gerrit.libreoffice.org/67285 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/ucb/source/ucp/file/filtask.cxx b/ucb/source/ucp/file/filtask.cxx index 39004e13eb39..4ccd50573a1d 100644 --- a/ucb/source/ucp/file/filtask.cxx +++ b/ucb/source/ucp/file/filtask.cxx @@ -1418,7 +1418,7 @@ TaskManager::copy( } case NameClash::RENAME: { - OUString newDstUnqPath; + OUString newDstUnqPath = dstUnqPath; nError = copy_recursive( rslvdSrcUnqPath,dstUnqPath,IsWhat,true ); if( nError == osl::FileBase::E_EXIST ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits