From 85415031efe91aeee7a5d29f112274575f2789bb Mon Sep 17 00:00:00 2001 From: Juergen Schmidt Date: Mon, 26 Nov 2001 11:20:23 +0000 Subject: #94607# change name of temp file --- rdbmaker/source/codemaker/global.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rdbmaker') diff --git a/rdbmaker/source/codemaker/global.cxx b/rdbmaker/source/codemaker/global.cxx index e539f6405c7e..c5c8e906b80a 100644 --- a/rdbmaker/source/codemaker/global.cxx +++ b/rdbmaker/source/codemaker/global.cxx @@ -2,9 +2,9 @@ * * $RCSfile: global.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jsc $ $Date: 2001-08-17 13:09:49 $ + * last change: $Author: jsc $ $Date: 2001-11-26 12:20:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -298,7 +298,7 @@ sal_Bool checkFileContent(const OString& targetFileName, const OString& tmpFileN if ( bFindChanges ) { if ( !unlink(targetFileName.getStr()) ) - if ( !rename(targetFileName.getStr(), tmpFileName.getStr()) ) + if ( !rename(tmpFileName.getStr(), targetFileName.getStr()) ) ret = sal_True; } else -- cgit