diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-14 23:55:35 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:10:51 +0000 |
commit | ca9de688c2c263c51dca1cbbf2892e3b419f921e (patch) | |
tree | 8700f70efdc3275cf71277347e1268b8cc4954a4 /oox/source/ole/vbainputstream.cxx | |
parent | edb1582c4aec8948872aeca46e4a2703768f3c55 (diff) |
Fix typos
Change-Id: I549635318f46718042e50c8f89ce3c620cade990
Reviewed-on: https://gerrit.libreoffice.org/16281
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'oox/source/ole/vbainputstream.cxx')
-rw-r--r-- | oox/source/ole/vbainputstream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/vbainputstream.cxx b/oox/source/ole/vbainputstream.cxx index c8b6242e8843..06c1035604a4 100644 --- a/oox/source/ole/vbainputstream.cxx +++ b/oox/source/ole/vbainputstream.cxx @@ -132,7 +132,7 @@ bool VbaInputStream::updateChunk() // From the amazing bit detective work of Valek Filippov<frob@gnome.org> // this tweak and the one at the bottom of the method to seek to the // start of the next chunk we can read those strange broken - // ( I guess from a MSO bug ) commpessed streams > 4k + // ( I guess from a MSO bug ) compressed streams > 4k if ( bIgnoreBrokenSig ) { |