summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-05 10:02:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-05 10:02:07 +0200
commit65c075f11fd64b8ca054f6f54cb8205f2c50ecc7 (patch)
treea4c8767f8a58e1b7dd3ff2574a88d60d177c31ea /unotools
parent39a097f52e47ca9df8a2c77c560b6036a8ec376d (diff)
clang-analyzer-deadcode.DeadStores
Change-Id: I6434b65e0607ef7a3551560e3ca1fd17e4f606fb
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/ucbhelper/tempfile.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/tempfile.cxx b/unotools/source/ucbhelper/tempfile.cxx
index 83c3b856fb53..3a7bb6389208 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 + "/";