summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/filedlg2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/filedlg2.cxx')
-rw-r--r--svtools/source/dialogs/filedlg2.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/dialogs/filedlg2.cxx b/svtools/source/dialogs/filedlg2.cxx
index 6da461b1946b..80ae25ba9298 100644
--- a/svtools/source/dialogs/filedlg2.cxx
+++ b/svtools/source/dialogs/filedlg2.cxx
@@ -258,7 +258,7 @@ void ImpPathDialog::InitControls()
if (pNewDirBtn)
pNewDirBtn->SetClickHdl( LINK( this, ImpPathDialog, ClickHdl) );
- nOwnChilds = pDlg->GetChildCount();
+ nOwnChildren = pDlg->GetChildCount();
}
@@ -560,9 +560,9 @@ void ImpPathDialog::PreExecute()
long nMaxWidth = 0;
// Maximale Breite ermitteln
- sal_uInt16 nChilds = GetPathDialog()->GetChildCount();
+ sal_uInt16 nChildren = GetPathDialog()->GetChildCount();
sal_uInt16 n;
- for ( n = nOwnChilds; n < nChilds; n++ )
+ for ( n = nOwnChildren; n < nChildren; n++ )
{
Window* pChild = GetPathDialog()->GetChild( n );
pChild = pChild->GetWindow( WINDOW_CLIENT );
@@ -593,7 +593,7 @@ void ImpPathDialog::PreExecute()
else
nMaxWidth = aSize.Width();
- for ( n = nOwnChilds; n < nChilds; n++ )
+ for ( n = nOwnChildren; n < nChildren; n++ )
{
Window* pChild = GetPathDialog()->GetChild( n );
pChild = pChild->GetWindow( WINDOW_CLIENT );
@@ -783,7 +783,7 @@ void ImpFileDialog::InitControls()
GetFileDialog()->SetOutputSizePixel( Size(nButtonStartX+STD_BTN_WIDTH+10, 298-nH) );
- nOwnChilds = GetPathDialog()->GetChildCount();
+ nOwnChildren = GetPathDialog()->GetChildCount();
// Handler setzen
if (pDriveList)