summaryrefslogtreecommitdiff
path: root/oox/source/ole/vbainputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ole/vbainputstream.cxx')
-rw-r--r--oox/source/ole/vbainputstream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/vbainputstream.cxx b/oox/source/ole/vbainputstream.cxx
index 8b054ea707dc..5299b7e98d38 100644
--- a/oox/source/ole/vbainputstream.cxx
+++ b/oox/source/ole/vbainputstream.cxx
@@ -147,7 +147,7 @@ bool VbaInputStream::updateChunk()
// start of the next chunk we can read those strange broken
// ( I guess from a MSO bug ) commpessed streams > 4k
- if ( bIgnoreBrokenSig || ( ! ( mpInStrm->getRemaining() < 4096 ) ) )
+ if ( bIgnoreBrokenSig )
{
bCompressed = true;
nChunkLen = 4094;