summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-07-15 11:49:55 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-07-15 11:49:55 +0000
commitab44bed2a20f7b3c09d910a37421b9e4002ea526 (patch)
tree9c06a2d2bba254d831ae37aaa63e4ccc327b7d9c /padmin
parente269eba2eae329e7e6c1118883695e08e49dfda9 (diff)
#101336# #i6419# fill importable PPD box initially
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/newppdlg.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/padmin/source/newppdlg.cxx b/padmin/source/newppdlg.cxx
index f240af81b2f4..abdf6716aa75 100644
--- a/padmin/source/newppdlg.cxx
+++ b/padmin/source/newppdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: newppdlg.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pl $ $Date: 2001-09-04 16:24:50 $
+ * last change: $Author: pl $ $Date: 2002-07-15 12:49:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,6 +139,9 @@ PPDImportDialog::PPDImportDialog( Window* pParent ) :
m_aSearchBtn.SetClickHdl( LINK( this, PPDImportDialog, ClickBtnHdl ) );
m_aPathBox.SetSelectHdl( LINK( this, PPDImportDialog, SelectHdl ) );
m_aPathBox.SetModifyHdl( LINK( this, PPDImportDialog, ModifyHdl ) );
+
+ if( m_aPathBox.GetText().Len() )
+ Import();
}
PPDImportDialog::~PPDImportDialog()