summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-10-30 07:05:02 +0100
committerDavid Tardon <dtardon@redhat.com>2012-10-30 07:05:02 +0100
commit551e8e10bc46bb82c0c99c65cd2df85fc4329cdf (patch)
treea9e3133468d6cdd1b5269478fee4c613471df5a7 /svtools
parentsal_Bool to bool (diff)
downloadcore-551e8e10bc46bb82c0c99c65cd2df85fc4329cdf.tar.gz
core-551e8e10bc46bb82c0c99c65cd2df85fc4329cdf.zip
fix typo
Change-Id: I326409a90162395150a72dcb108b180a07f1afb9
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/treelist.cxx2
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];