svtools/source/contnr/treelist.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 551e8e10bc46bb82c0c99c65cd2df85fc4329cdf Author: David Tardon <dtar...@redhat.com> Date: Tue Oct 30 07:05:02 2012 +0100 fix typo Change-Id: I326409a90162395150a72dcb108b180a07f1afb9 diff --git a/svtools/source/contnr/treelist.cxx b/svtools/source/contnr/treelist.cxx index a97c02b..e489c7c 100644 --- a/svtools/source/contnr/treelist.cxx +++ b/svtools/source/contnr/treelist.cxx @@ -786,7 +786,7 @@ SvTreeListEntry* SvTreeList::NextVisible(const SvListView* pView,SvTreeListEntry if ( pView->IsExpanded(pActEntry) ) { - OSL_ENSURE(!pActEntry->mpChildren.empty(), "Pass entry is supposed to have child entries."); + OSL_ENSURE(!pActEntry->maChildren.empty(), "Pass entry is supposed to have child entries."); nDepth++; pActEntry = &pActEntry->maChildren[0]; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits