diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-14 14:22:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-14 14:30:35 +0100 |
commit | a1b58e93f631c6bfd92fc8269da89c74e3784d58 (patch) | |
tree | f4c41dfaf52962712557a101294959555b673ef4 /svx/source/gallery2/galexpl.cxx | |
parent | 03782946065d8a31808f1dab9bc848d349d623f1 (diff) |
loplugin:constantparam
Change-Id: I3ce653c0d9e517229dbbe32cc8d3ec3c206e364d
Reviewed-on: https://gerrit.libreoffice.org/51273
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/gallery2/galexpl.cxx')
-rw-r--r-- | svx/source/gallery2/galexpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/galexpl.cxx b/svx/source/gallery2/galexpl.cxx index 21e085fc128b..8379b616ba2f 100644 --- a/svx/source/gallery2/galexpl.cxx +++ b/svx/source/gallery2/galexpl.cxx @@ -149,7 +149,7 @@ bool GalleryExplorer::GetGraphicObj( const OUString& rThemeName, sal_uInt32 nPos if( pTheme ) { if( pGraphic ) - bRet = bRet || pTheme->GetGraphic( nPos, *pGraphic, /*bProgress*/false ); + bRet = bRet || pTheme->GetGraphic( nPos, *pGraphic ); pGal->ReleaseTheme( pTheme, aListener ); } |