diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 09:30:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 10:01:40 +0100 |
commit | 3b9dcfee6492474398011755a92d77320a226604 (patch) | |
tree | 90b8585c617e599ddd05fdcb2aa915b0b5986f72 /comphelper/source/misc/instancelocker.cxx | |
parent | 21b224211c998e756a7eb03de30d0737e07b2350 (diff) |
loplugin:indentation in codemaker..comphelper
Change-Id: I8dee6245cfa1f7998591b31a3752bbbae13f499d
Reviewed-on: https://gerrit.libreoffice.org/67527
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'comphelper/source/misc/instancelocker.cxx')
-rw-r--r-- | comphelper/source/misc/instancelocker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/instancelocker.cxx b/comphelper/source/misc/instancelocker.cxx index 61b6338b67ca..43991cec43b1 100644 --- a/comphelper/source/misc/instancelocker.cxx +++ b/comphelper/source/misc/instancelocker.cxx @@ -68,7 +68,7 @@ void SAL_CALL OInstanceLocker::dispose() if ( m_bDisposed ) throw lang::DisposedException(); - lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >(this) ); + lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >(this) ); if ( m_pListenersContainer ) m_pListenersContainer->disposeAndClear( aSource ); |