summaryrefslogtreecommitdiff
path: root/ucbhelper/workben/ucbexplorer
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/workben/ucbexplorer')
-rw-r--r--ucbhelper/workben/ucbexplorer/ucbexplorer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx
index 2403dc1a9c87..c97a756a78bd 100644
--- a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx
+++ b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx
@@ -165,7 +165,7 @@ class UcbExplorerTreeListBox : public SvTreeListBox
private:
virtual SvLBoxEntry* CreateEntry() const;
- virtual void RequestingChilds( SvLBoxEntry* pParent );
+ virtual void RequestingChildren( SvLBoxEntry* pParent );
public:
UcbExplorerTreeListBox( ResMgr & rResMgr, Window* pParent, WinBits nWinStyle = 0 );
@@ -570,11 +570,11 @@ SvLBoxEntry* UcbExplorerTreeListBox::CreateEntry() const
//=========================================================================
// virtual
-void UcbExplorerTreeListBox::RequestingChilds( SvLBoxEntry* pParent )
+void UcbExplorerTreeListBox::RequestingChildren( SvLBoxEntry* pParent )
{
UcbExplorerListBoxEntry* pEntry
= static_cast< UcbExplorerListBoxEntry * >( pParent );
- if ( !pEntry->HasChilds() )
+ if ( !pEntry->HasChildren() )
{
switch ( pEntry->m_eType )
{