From 3531358218fb3bb2691a4a9e49bcff5beeb6eb03 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 6 Dec 2016 13:47:28 +0200 Subject: loplugin:staticmethods Change-Id: I701dfbe69380b5e4024fe55d0045c909bd4b607a --- fpicker/source/office/iodlgimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker/source/office/iodlgimp.cxx') diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx index 7df00c0b42f3..53f0b040ee97 100644 --- a/fpicker/source/office/iodlgimp.cxx +++ b/fpicker/source/office/iodlgimp.cxx @@ -94,7 +94,7 @@ SvtFileDialogURLSelector::SvtFileDialogURLSelector( vcl::Window* _pParent, SvtFi ,m_pMenu ( VclPtr::Create() ) { SetStyle( GetStyle() | WB_NOPOINTERFOCUS | WB_RECTSTYLE | WB_SMALLSTYLE ); - SetModeImage( _pDlg->GetButtonImage( _nButtonId ) ); + SetModeImage( SvtFileDialog::GetButtonImage( _nButtonId ) ); SetDelayMenu(true); SetDropDown(PushButtonDropdownStyle::Toolbox); } -- cgit