diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 09:26:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 10:02:05 +0100 |
commit | 74ed61e793ff9641a2c67b83327b066cb9a1af3d (patch) | |
tree | e4414294d8712c3f7d0894e364218795139c9db1 /UnoControls | |
parent | 3b9dcfee6492474398011755a92d77320a226604 (diff) |
loplugin:indentation in UnoControls..accessibility
Change-Id: Ib58ac1c7171331eac543eba7b5f7bae8fa04ae4d
Reviewed-on: https://gerrit.libreoffice.org/67524
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/controls/progressbar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnoControls/source/controls/progressbar.cxx b/UnoControls/source/controls/progressbar.cxx index d18ae7bd7c57..c4937e1f1d66 100644 --- a/UnoControls/source/controls/progressbar.cxx +++ b/UnoControls/source/controls/progressbar.cxx @@ -310,7 +310,7 @@ void ProgressBar::impl_paint ( sal_Int32 nX, sal_Int32 nY, const Reference< XGra // This paint method is not buffered !! // Every request paint the completely control. ( but only, if peer exist ) - if ( rGraphics.is () ) + if ( rGraphics.is () ) { MutexGuard aGuard (m_aMutex); |