summaryrefslogtreecommitdiffstats
path: root/basic/source/comp/buffer.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 09:27:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 10:01:05 +0100
commit587ac01f97d3fd63638bbb1e4b165b49140bfc90 (patch)
tree020c6d10d04ca8cc3466315e23ad6100a689dca6 /basic/source/comp/buffer.cxx
parentxmloff: create XMLImpressExportOasis instances with an uno constructor (diff)
downloadcore-587ac01f97d3fd63638bbb1e4b165b49140bfc90.tar.gz
core-587ac01f97d3fd63638bbb1e4b165b49140bfc90.zip
loplugin:indentation in basctl..bridges
Change-Id: Ie4e27466c4258c6f774a3ebb82ec3a88c28fd753 Reviewed-on: https://gerrit.libreoffice.org/67525 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic/source/comp/buffer.cxx')
-rw-r--r--basic/source/comp/buffer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/buffer.cxx b/basic/source/comp/buffer.cxx
index 7b8feaa36165..4e28d3c8a00b 100644
--- a/basic/source/comp/buffer.cxx
+++ b/basic/source/comp/buffer.cxx
@@ -132,7 +132,7 @@ void SbiBuffer::Chain( sal_uInt32 off )
{
ip = reinterpret_cast<sal_uInt8*>(pBuf.get()) + i;
sal_uInt8* pTmp = ip;
- i = *pTmp++; i |= *pTmp++ << 8; i |= *pTmp++ << 16; i |= *pTmp++ << 24;
+ i = *pTmp++; i |= *pTmp++ << 8; i |= *pTmp++ << 16; i |= *pTmp++ << 24;
if( i >= nOff )
{