svtools/source/contnr/treelistbox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3dec38c9a9fdbe56a4ff7ffb6e4b3a9e9114b0f9 Author: David Tardon <dtar...@redhat.com> Date: Sat Jul 25 13:07:08 2015 +0200 WaE: calling static member function through member call syntax Change-Id: Ic67777d5c93ae959869a3c005baca2a980dc1341 diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx index b33c31c..2619b86 100644 --- a/svtools/source/contnr/treelistbox.cxx +++ b/svtools/source/contnr/treelistbox.cxx @@ -3397,7 +3397,7 @@ void SvTreeListBox::SetAlternatingRowColors( bool bEnable ) if( IsExpanded( pEntry ) ) pNextEntry = pModel->FirstChild( pEntry ); else - pNextEntry = pModel->NextSibling( pEntry ); + pNextEntry = SvTreeList::NextSibling( pEntry ); if( !pNextEntry ) pEntry = pModel->Next( pEntry ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits