summaryrefslogtreecommitdiff
path: root/package/source/zipapi
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-10 19:46:46 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-10 19:46:46 -0500
commit53f428d9bf8f9648e21bf89cfbb406747536ed09 (patch)
treeff94ef032b339ea4a9aa9c216a2980887f9d2137 /package/source/zipapi
parentb8c819c04af6e12001dcc069a854cc6221f7e1a0 (diff)
merge vosremoval-diagnoses patch
Diffstat (limited to 'package/source/zipapi')
-rw-r--r--package/source/zipapi/ZipOutputStream.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/source/zipapi/ZipOutputStream.cxx b/package/source/zipapi/ZipOutputStream.cxx
index 16457ec12493..5ba637e58896 100644
--- a/package/source/zipapi/ZipOutputStream.cxx
+++ b/package/source/zipapi/ZipOutputStream.cxx
@@ -133,7 +133,6 @@ void SAL_CALL ZipOutputStream::closeEntry( )
}
if (pEntry->nCompressedSize != aDeflater.getTotalOut())
{
- //VOS_DEBUG_ONLY("Invalid entry compressed size");
// Different compression strategies make the merit of this
// test somewhat dubious
pEntry->nCompressedSize = aDeflater.getTotalOut();