[Libreoffice-commits] core.git: ucb/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Feb 2 21:20:15 UTC 2019


 ucb/source/ucp/file/filtask.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 045c5bb758c263585d96b6ff361cf80e51a2f77a
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Feb 2 15:26:48 2019 +0100
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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 )


More information about the Libreoffice-commits mailing list