cui/source/options/optaboutconfig.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7a138bee01f96405899cb46cf60a4b9a734e77b1
Author: Stephan Bergmann <sberg...@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, ""));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to