INTEGRATION: CWS jsc14 (1.27.6); FILE MERGED

2006/10/23 15:45:17 jsc 1.27.6.1: #i67614# integrate and adapt patch
This commit is contained in:
Kurt Zenker 2006-11-06 13:39:13 +00:00
parent acf1e0b6da
commit 946bc58fdf

View file

@ -4,9 +4,9 @@
*
* $RCSfile: global.cxx,v $
*
* $Revision: 1.27 $
* $Revision: 1.28 $
*
* last change: $Author: obo $ $Date: 2006-09-17 03:34:47 $
* last change: $Author: kz $ $Date: 2006-11-06 14:39:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -215,11 +215,11 @@ sal_Bool checkFileContent(const OString& targetFileName, const OString& tmpFileN
if ( rtl_compareMemory(buffer1, buffer2, n2) != 0 )
bFindChanges = sal_True;
}
fclose(target);
fclose(tmp);
}
if (target) fclose(target);
if (tmp) fclose(tmp);
return bFindChanges;
}