summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galexpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/galexpl.cxx')
-rw-r--r--svx/source/gallery2/galexpl.cxx2
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 );
}