summaryrefslogtreecommitdiff
path: root/padmin/source/adddlg.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-12-19 14:36:55 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-12-19 14:36:55 +0000
commitc64a5e49490676245645f1ba26d95e55b856a8c3 (patch)
tree5ff1e308fe19505c192f11667670129a4ae8cb86 /padmin/source/adddlg.cxx
parent70c0362b60eb38370e0d38d19b8a8a93e75a2796 (diff)
#94448# search for printer drivers stopped at first empty directory
Diffstat (limited to 'padmin/source/adddlg.cxx')
-rw-r--r--padmin/source/adddlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/adddlg.cxx b/padmin/source/adddlg.cxx
index 456723be150f..0eed01d6db61 100644
--- a/padmin/source/adddlg.cxx
+++ b/padmin/source/adddlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: adddlg.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: pl $ $Date: 2001-09-04 16:24:50 $
+ * last change: $Author: pl $ $Date: 2001-12-19 15:36:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -195,7 +195,7 @@ void APChooseDriverPage::updateDrivers()
aPath.AppendAscii( "/" );
aPath.Append( String( RTL_CONSTASCII_USTRINGPARAM( PSPRINT_PPDDIR ) ) );
if( access( ByteString( aPath, aEncoding ).GetBuffer(), F_OK ) )
- return;
+ continue;
::std::list< String > aFiles;
FindFiles( aPath, aFiles, String( RTL_CONSTASCII_USTRINGPARAM( "PS;PPD" ) ) );