diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 09:27:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 10:01:05 +0100 |
commit | 587ac01f97d3fd63638bbb1e4b165b49140bfc90 (patch) | |
tree | 020c6d10d04ca8cc3466315e23ad6100a689dca6 /basic/source/uno | |
parent | bd824be5371d5e4d6e49b72ccf01897ba301c55e (diff) |
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/uno')
-rw-r--r-- | basic/source/uno/namecont.cxx | 2 | ||||
-rw-r--r-- | basic/source/uno/scriptcont.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx index 77ce160665d7..05e2dbb7792d 100644 --- a/basic/source/uno/namecont.cxx +++ b/basic/source/uno/namecont.cxx @@ -1159,7 +1159,7 @@ void SfxLibraryContainer::init_Impl( const OUString& rInitialDocumentURL, // Create library Reference< XNameContainer > xLib = createLibrary( aLibName ); - SfxLibrary* pNewLib = static_cast< SfxLibrary* >( xLib.get() ); + SfxLibrary* pNewLib = static_cast< SfxLibrary* >( xLib.get() ); pNewLib->mbLoaded = false; pNewLib->implSetModified( false ); checkStorageURL( aLibFolder, pNewLib->maLibInfoFileURL, diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx index f9b2b424e07a..d04ed65746eb 100644 --- a/basic/source/uno/scriptcont.cxx +++ b/basic/source/uno/scriptcont.cxx @@ -625,7 +625,7 @@ bool SfxScriptLibraryContainer::implStorePasswordLibrary( SfxLibrary* pLib, cons sal_Int8* pData = aBinSeq.getArray(); memcpy( pData, aMemStream.GetData(), nSize ); - Reference< XOutputStream > xOut = xCodeStream->getOutputStream(); + Reference< XOutputStream > xOut = xCodeStream->getOutputStream(); if ( !xOut.is() ) { throw io::IOException(); // access denied because the stream is readonly |