diff options
-rw-r--r-- | unotools/source/ucbhelper/tempfile.cxx | 1 |
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 + "/"; |