diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-30 07:05:02 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-30 07:05:02 +0100 |
commit | 551e8e10bc46bb82c0c99c65cd2df85fc4329cdf (patch) | |
tree | a9e3133468d6cdd1b5269478fee4c613471df5a7 /svtools | |
parent | 136ae4bc2fadd558cb044217339f6b7b2e58843e (diff) |
fix typo
Change-Id: I326409a90162395150a72dcb108b180a07f1afb9
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]; |