summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/dbtree.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/dbtree.cxx')
-rw-r--r--sw/source/ui/dbui/dbtree.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/ui/dbui/dbtree.cxx b/sw/source/ui/dbui/dbtree.cxx
index 3fc9533a9349..4e025dd1316b 100644
--- a/sw/source/ui/dbui/dbtree.cxx
+++ b/sw/source/ui/dbui/dbtree.cxx
@@ -275,15 +275,15 @@ void SwDBTreeList::ShowColumns(sal_Bool bShowCol)
if (sDBName.Len())
{
- Select(sDBName, sTableName, sColumnName); // force RequestingChilds
+ Select(sDBName, sTableName, sColumnName); // force RequestingChildren
}
SetUpdateMode(sal_True);
}
}
-void SwDBTreeList::RequestingChilds(SvLBoxEntry* pParent)
+void SwDBTreeList::RequestingChildren(SvLBoxEntry* pParent)
{
- if (!pParent->HasChilds())
+ if (!pParent->HasChildren())
{
if (GetParent(pParent)) // column names
{
@@ -456,8 +456,8 @@ void SwDBTreeList::Select(const String& rDBName, const String& rTableName, const
{
if (rDBName == GetEntryText(pParent))
{
- if (!pParent->HasChilds())
- RequestingChilds(pParent);
+ if (!pParent->HasChildren())
+ RequestingChildren(pParent);
while ((pChild = GetEntry(pParent, nChild++)) != NULL)
{
if (rTableName == GetEntryText(pChild))
@@ -468,8 +468,8 @@ void SwDBTreeList::Select(const String& rDBName, const String& rTableName, const
{
nChild = 0;
- if (!pParent->HasChilds())
- RequestingChilds(pParent);
+ if (!pParent->HasChildren())
+ RequestingChildren(pParent);
while ((pChild = GetEntry(pParent, nChild++)) != NULL)
if (rColumnName == GetEntryText(pChild))