summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/ucblockbytes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper/ucblockbytes.cxx')
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx5
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 )