summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlgimp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-06 13:47:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-06 13:48:58 +0200
commit3531358218fb3bb2691a4a9e49bcff5beeb6eb03 (patch)
tree2d7fa0d2ff772eaad9469e1b4bd631213e88a47b /fpicker/source/office/iodlgimp.cxx
parent57236961bbc280c401b1788532a1934bd66c54d9 (diff)
loplugin:staticmethods
Change-Id: I701dfbe69380b5e4024fe55d0045c909bd4b607a
Diffstat (limited to 'fpicker/source/office/iodlgimp.cxx')
-rw-r--r--fpicker/source/office/iodlgimp.cxx2
1 files changed, 1 insertions, 1 deletions
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<PopupMenu>::Create() )
{
SetStyle( GetStyle() | WB_NOPOINTERFOCUS | WB_RECTSTYLE | WB_SMALLSTYLE );
- SetModeImage( _pDlg->GetButtonImage( _nButtonId ) );
+ SetModeImage( SvtFileDialog::GetButtonImage( _nButtonId ) );
SetDelayMenu(true);
SetDropDown(PushButtonDropdownStyle::Toolbox);
}