diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 15:53:25 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 15:53:25 +0000 |
commit | d8b384057c8729e0fb339ed5bd64384c981aeef1 (patch) | |
tree | 65897a83eb49206dd86a0d5cd5532835cd7e4922 /svtools/source/uno/treecontrolpeer.cxx | |
parent | f0f2fccf31baaa3ddec5898ce6393bec704c8022 (diff) |
INTEGRATION: CWS impress134 (1.4.124); FILE MERGED
2007/11/13 20:28:15 cl 1.4.124.2: RESYNC: (1.4-1.5); FILE MERGED
2007/11/06 11:40:30 cl 1.4.124.1: #i81648# renamed wrong 'Childs' to 'Children'
Diffstat (limited to 'svtools/source/uno/treecontrolpeer.cxx')
-rw-r--r-- | svtools/source/uno/treecontrolpeer.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/uno/treecontrolpeer.cxx b/svtools/source/uno/treecontrolpeer.cxx index 44463e05ad9d..b256929d3bf9 100644 --- a/svtools/source/uno/treecontrolpeer.cxx +++ b/svtools/source/uno/treecontrolpeer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: treecontrolpeer.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2007-11-01 15:20:42 $ + * last change: $Author: ihi $ $Date: 2007-11-26 16:53:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -351,9 +351,9 @@ bool TreeControlPeer::updateEntry( UnoTreeListEntry* pEntry ) } } - if( (pEntry->mxNode->hasChildsOnDemand() == sal_True) != (pEntry->HasChildsOnDemand() == TRUE) ) + if( (pEntry->mxNode->hasChildrenOnDemand() == sal_True) != (pEntry->HasChildsOnDemand() == TRUE) ) { - pEntry->EnableChildsOnDemand( pEntry->mxNode->hasChildsOnDemand() ? TRUE : FALSE ); + pEntry->EnableChildsOnDemand( pEntry->mxNode->hasChildrenOnDemand() ? TRUE : FALSE ); bChanged = true; } |