[Libreoffice-commits] core.git: cui/source
Stephan Bergmann
sbergman at redhat.com
Tue Jun 16 23:08:17 PDT 2015
cui/source/options/optaboutconfig.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7a138bee01f96405899cb46cf60a4b9a734e77b1
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jun 17 08:07:43 2015 +0200
loplugin:staticcall
Change-Id: I3ae7d03f7c08608f97a1a9ded72d0de31cc625a9
diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx
index 121060d..f2de149 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, ""));
More information about the Libreoffice-commits
mailing list