diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:10:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:10:28 +0000 |
commit | 0b2bc7b5ba24eb60816ea282eaba23dffa14ac6c (patch) | |
tree | b47b3d18ee5a8301ca8e6ce18df698709fc998fd /unotools | |
parent | 081cee999cbd1f00ae25329cebdc329ef5e1962a (diff) |
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)
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/ucbhelper/ucblockbytes.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx index 0c663b928849..45ed6e728033 100644 --- a/unotools/source/ucbhelper/ucblockbytes.cxx +++ b/unotools/source/ucbhelper/ucblockbytes.cxx @@ -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 ) |