From e7a1b285df5b71c9e3c082fa02a2b21d8ac27162 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann <sbergman@redhat.com> Date: Tue, 1 Oct 2019 10:24:22 +0200 Subject: loplugin:indentation (clang-cl) Change-Id: I19750bd9ac4c77c88097210626fd0c3dfa510a7a Reviewed-on: https://gerrit.libreoffice.org/79928 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> --- extensions/source/activex/SOActiveX.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions') diff --git a/extensions/source/activex/SOActiveX.cxx b/extensions/source/activex/SOActiveX.cxx index b1f4b9447260..ac8b5272c855 100644 --- a/extensions/source/activex/SOActiveX.cxx +++ b/extensions/source/activex/SOActiveX.cxx @@ -188,7 +188,7 @@ HRESULT CSOActiveX::Cleanup() { // remove dispatch interceptor CComQIPtr< IDispatch, &IID_IDispatch > pIDispDispInter( mpDispatchInterceptor ); - CComVariant aVariant( pIDispDispInter ); + CComVariant aVariant( pIDispDispInter ); ExecuteFunc( mpDispFrame, L"releaseDispatchProviderInterceptor", &aVariant, @@ -458,7 +458,7 @@ HRESULT CSOActiveX::SetLayoutManagerProps() if( pVarLayoutMgr.vt != VT_DISPATCH || pVarLayoutMgr.pdispVal == nullptr ) return E_FAIL; - CComPtr<IDispatch> pdispLM( pVarLayoutMgr.pdispVal ); + CComPtr<IDispatch> pdispLM( pVarLayoutMgr.pdispVal ); if( !SUCCEEDED( hr ) || !pdispLM ) @@ -845,7 +845,7 @@ HRESULT CSOActiveX::LoadURLToFrame( ) CComQIPtr< IDispatch, &IID_IDispatch > pIDispDispInter( mpDispatchInterceptor ); // register dispatch interceptor in the frame - CComVariant aDispVariant( pIDispDispInter ); + CComVariant aDispVariant( pIDispDispInter ); CComVariant dummyResult; hr = ExecuteFunc( mpDispFrame, L"registerDispatchProviderInterceptor", -- cgit