INTEGRATION: CWS hr50 (1.58.20); FILE MERGED

2008/03/03 13:46:31 hr 1.58.20.1: #i86574#: fix warning (gcc-4.2.3)
This commit is contained in:
Jens-Heiner Rechtien
2008-04-22 14:10:28 +00:00
parent 081cee999c
commit 0b2bc7b5ba

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ucblockbytes.cxx,v $
* $Revision: 1.59 $
* $Revision: 1.60 $
*
* This file is part of OpenOffice.org.
*
@@ -1560,8 +1560,9 @@ ErrCode UcbLockBytes::SetSize (ULONG nNewSize)
xTrunc->truncate();
nSize = 0;
}
else
else {
DBG_WARNING("Not truncatable!");
}
}
if ( nSize < nNewSize )