[Libreoffice-commits] core.git: unotools/source
Stephan Bergmann
sbergman at redhat.com
Mon Oct 5 01:02:37 PDT 2015
unotools/source/ucbhelper/tempfile.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 65c075f11fd64b8ca054f6f54cb8205f2c50ecc7
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Oct 5 10:02:07 2015 +0200
clang-analyzer-deadcode.DeadStores
Change-Id: I6434b65e0607ef7a3551560e3ca1fd17e4f606fb
diff --git a/unotools/source/ucbhelper/tempfile.cxx b/unotools/source/ucbhelper/tempfile.cxx
index 83c3b85..3a7bb638 100644
--- a/unotools/source/ucbhelper/tempfile.cxx
+++ b/unotools/source/ucbhelper/tempfile.cxx
@@ -415,7 +415,6 @@ OUString TempFile::SetTempNameBaseDirectory( const OUString &rBaseName )
if ( bRet )
{
// append own internal directory
- bRet = true;
OUString &rTempNameBase_Impl = TempNameBase_Impl::get();
rTempNameBase_Impl = rBaseName + "/";
More information about the Libreoffice-commits
mailing list