summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2019-02-02 15:26:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-02-02 22:19:54 +0100
commit045c5bb758c263585d96b6ff361cf80e51a2f77a (patch)
treedcea65afa24010495b8dbcba41455440ed9d2430 /ucb
parentb9dbc9592f6f75b12a8cdcfd4f77d927a75fa982 (diff)
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@yahoo.fr>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filtask.cxx2
1 files changed, 1 insertions, 1 deletions
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 )