summaryrefslogtreecommitdiff
path: root/oox/source/dump
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:19:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-09 17:07:45 +0100
commit82b91027691a0a7138c0f70b94d6500e35bb8b44 (patch)
tree1f1947f79c3f0f7127814b317e398cea1333206e /oox/source/dump
parent2ae813975ae8ba97e2adbce13be272e6902ca7b5 (diff)
loplugin:indentation in oox..package
Change-Id: Ie50a1ad6e27786ccdaae2ba1ae96f5682c4a38f6 Reviewed-on: https://gerrit.libreoffice.org/67560 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox/source/dump')
-rw-r--r--oox/source/dump/oledumper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/dump/oledumper.cxx b/oox/source/dump/oledumper.cxx
index c878267eb8ad..aebb5ac681c3 100644
--- a/oox/source/dump/oledumper.cxx
+++ b/oox/source/dump/oledumper.cxx
@@ -1881,8 +1881,8 @@ bool VbaDirStreamObject::implIsValid() const
bool VbaDirStreamObject::implReadRecordHeader( BinaryInputStream& rBaseStrm, sal_Int64& ornRecId, sal_Int64& ornRecSize )
{
- ornRecId = rBaseStrm.readuInt16();
- ornRecSize = rBaseStrm.readInt32();
+ ornRecId = rBaseStrm.readuInt16();
+ ornRecSize = rBaseStrm.readInt32();
// for no obvious reason, PROJECTVERSION record contains size field of 4, but is 6 bytes long
if( ornRecId == 9 )