From 7a138bee01f96405899cb46cf60a4b9a734e77b1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 17 Jun 2015 08:07:43 +0200 Subject: loplugin:staticcall Change-Id: I3ae7d03f7c08608f97a1a9ded72d0de31cc625a9 --- cui/source/options/optaboutconfig.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx index 121060dc7189..f2de1493fbd8 100644 --- a/cui/source/options/optaboutconfig.cxx +++ b/cui/source/options/optaboutconfig.cxx @@ -254,8 +254,8 @@ void CuiAboutConfigTabPage::FillItems(const Reference< XNameAccess >& xNameAcces if(bIsNotLeaf) continue; SvTreeListEntry* pEntry = new SvTreeListEntry; - pEntry->AddItem( new SvLBoxContextBmp( pEntry, 0, m_pPrefBox->GetDefaultExpandedNodeImage(), - m_pPrefBox->GetDefaultCollapsedNodeImage(), false)); + pEntry->AddItem( new SvLBoxContextBmp( pEntry, 0, SvTreeListBox::GetDefaultExpandedNodeImage(), + SvTreeListBox::GetDefaultCollapsedNodeImage(), false)); pEntry->AddItem( new SvLBoxString( pEntry, 0, sPath)); //It is needed, without this the selection line will be truncated. pEntry->AddItem( new SvLBoxString( pEntry, 0, "")); -- cgit