summaryrefslogtreecommitdiff
path: root/padmin/source/newppdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'padmin/source/newppdlg.cxx')
-rw-r--r--padmin/source/newppdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/padmin/source/newppdlg.cxx b/padmin/source/newppdlg.cxx
index cc642ebdac1e..e99eaeb6ae04 100644
--- a/padmin/source/newppdlg.cxx
+++ b/padmin/source/newppdlg.cxx
@@ -82,7 +82,7 @@ PPDImportDialog::PPDImportDialog( Window* pParent ) :
m_aPathBox.SetSelectHdl( LINK( this, PPDImportDialog, SelectHdl ) );
m_aPathBox.SetModifyHdl( LINK( this, PPDImportDialog, ModifyHdl ) );
- if( m_aPathBox.GetText().Len() )
+ if( !m_aPathBox.GetText().isEmpty() )
Import();
}