summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-17 08:07:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-17 08:07:43 +0200
commit7a138bee01f96405899cb46cf60a4b9a734e77b1 (patch)
treea09d997c0ded9021cfce92bdea9eb25652380b7a /cui/source
parent56d62036862462ca7147686268558a754613858f (diff)
loplugin:staticcall
Change-Id: I3ae7d03f7c08608f97a1a9ded72d0de31cc625a9
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/options/optaboutconfig.cxx4
1 files 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, ""));