[Libreoffice-commits] core.git: framework/source
Miklos Vajna
vmiklos at collabora.co.uk
Fri Jan 15 05:48:17 PST 2016
framework/source/uielement/newmenucontroller.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f65162e850b2d94fca500d1ccd562105b2d8c73f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Fri Jan 15 14:47:07 2016 +0100
framework: loplugin:defaultparams
Change-Id: Ie1a5c11c7ae8c2288bba7e2ef228d85479d7808e
diff --git a/framework/source/uielement/newmenucontroller.cxx b/framework/source/uielement/newmenucontroller.cxx
index 5ef569b..7eb93ba 100644
--- a/framework/source/uielement/newmenucontroller.cxx
+++ b/framework/source/uielement/newmenucontroller.cxx
@@ -105,7 +105,7 @@ void NewMenuController::setMenuImages( PopupMenu* pPopupMenu, bool bSetImages )
if ( !aCmd.isEmpty() )
{
INetURLObject aURLObj( aCmd );
- aImage = SvFileInformationManager::GetImageNoDefault( aURLObj, false );
+ aImage = SvFileInformationManager::GetImageNoDefault( aURLObj );
}
if ( !!aImage )
More information about the Libreoffice-commits
mailing list