diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 15:29:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 15:29:13 +0000 |
commit | 6a712603d4a93ad38de79945baee7f62278df70c (patch) | |
tree | 8aeaa6996887086c05d8d26f73ff37af3155bac8 | |
parent | e6f5623ac67bd86990536e9727511ef9a30de493 (diff) |
INTEGRATION: CWS vcl60 (1.7.62); FILE MERGED
2006/06/27 09:12:31 pl 1.7.62.2: RESYNC: (1.7-1.8); FILE MERGED
2006/06/20 11:20:17 pl 1.7.62.1: #i62663# method to wait on asynchronous printer detection
-rw-r--r-- | psprint/inc/cupsmgr.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/inc/cupsmgr.hxx b/psprint/inc/cupsmgr.hxx index e1405c792c96..2cd08ad2e59b 100644 --- a/psprint/inc/cupsmgr.hxx +++ b/psprint/inc/cupsmgr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cupsmgr.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:22:34 $ + * last change: $Author: obo $ $Date: 2006-07-10 16:29:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -99,7 +99,7 @@ public: virtual void changePrinterInfo( const ::rtl::OUString& rPrinter, const PrinterInfo& rNewInfo ); // check if the printer configuration has changed - virtual bool checkPrintersChanged(); + virtual bool checkPrintersChanged( bool bWait ); // members for administration (->padmin) // disable for CUPS |