diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 13:15:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 14:37:05 +0100 |
commit | 485e238bd10d1921b1b3ad7001cbe1949ca10bca (patch) | |
tree | f05dc60779a1420716e61086cc9c4d463a9377a2 /extensions/source | |
parent | b45289e48e0f354b9996e2846dd041db4a9947ce (diff) |
loplugin:indentation in editeng..extensions
Change-Id: If7d7c400fb5d24e48b6cd02b364a8ac7fa23505d
Reviewed-on: https://gerrit.libreoffice.org/67538
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/abpilot/datasourcehandling.cxx | 12 | ||||
-rw-r--r-- | extensions/source/propctrlr/propcontroller.cxx | 2 | ||||
-rw-r--r-- | extensions/source/scanner/sane.cxx | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/extensions/source/abpilot/datasourcehandling.cxx b/extensions/source/abpilot/datasourcehandling.cxx index da97727d7756..8371d97b61b0 100644 --- a/extensions/source/abpilot/datasourcehandling.cxx +++ b/extensions/source/abpilot/datasourcehandling.cxx @@ -564,9 +564,9 @@ namespace abp try { SQLException aException; - aError >>= aException; - if ( aException.Message.isEmpty() ) - { + aError >>= aException; + if ( aException.Message.isEmpty() ) + { // prepend some context info SQLContext aDetailedError; aDetailedError.Message = compmodule::ModuleRes(RID_STR_NOCONNECTION); @@ -574,9 +574,9 @@ namespace abp aDetailedError.NextException = aError; // handle (aka display) the new context info xInteractions->handle( new OInteractionRequest( makeAny( aDetailedError ) ) ); - } - else - { + } + else + { // handle (aka display) the original error xInteractions->handle( new OInteractionRequest( makeAny( aException ) ) ); } diff --git a/extensions/source/propctrlr/propcontroller.cxx b/extensions/source/propctrlr/propcontroller.cxx index d2920a9292fd..062df51c042c 100644 --- a/extensions/source/propctrlr/propcontroller.cxx +++ b/extensions/source/propctrlr/propcontroller.cxx @@ -291,7 +291,7 @@ namespace pcr sal_Int32 nLen = Requests.getLength(); aReturn.realloc( nLen ); - Reference< XDispatch >* pReturn = aReturn.getArray(); + Reference< XDispatch >* pReturn = aReturn.getArray(); const Reference< XDispatch >* pReturnEnd = aReturn.getArray() + nLen; const DispatchDescriptor* pDescripts = Requests.getConstArray(); diff --git a/extensions/source/scanner/sane.cxx b/extensions/source/scanner/sane.cxx index a13930ceef3a..47055a2b0968 100644 --- a/extensions/source/scanner/sane.cxx +++ b/extensions/source/scanner/sane.cxx @@ -770,8 +770,8 @@ bool Sane::Start( BitmapTransporter& rBitmap ) } else if( eType == FrameStyle_Gray ) { - aConverter.Seek( 10 ); - aConverter.WriteUInt32( 1084 ); + aConverter.Seek( 10 ); + aConverter.WriteUInt32( 1084 ); aConverter.Seek( 28 ); aConverter.WriteUInt16( 8 ); aConverter.Seek( 54 ); |