diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/treelist.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/treelist.cxx b/svtools/source/contnr/treelist.cxx index a97c02b9cfac..e489c7c1978e 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]; |