From 08df70d75a6d549203ff3399f111f278ff16b2df Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 9 Nov 2004 15:35:33 +0000 Subject: INTEGRATION: CWS vcl28 (1.4.4); FILE MERGED 2004/10/07 16:31:25 pl 1.4.4.1: #i34799# make CUPSManager fall back to PrinterInfoManager as long as no dests are delivered --- psprint/inc/cupsmgr.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'psprint') diff --git a/psprint/inc/cupsmgr.hxx b/psprint/inc/cupsmgr.hxx index 78f3337eec07..0cf0f5a59986 100644 --- a/psprint/inc/cupsmgr.hxx +++ b/psprint/inc/cupsmgr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cupsmgr.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2004-09-08 15:51:21 $ + * last change: $Author: hr $ $Date: 2004-11-09 16:35:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -131,6 +131,8 @@ public: virtual bool removePrinter( const rtl::OUString& rPrinterName, bool bCheckOnly = false ); virtual bool writePrinterConfig(); virtual bool setDefaultPrinter( const rtl::OUString& rPrinterName ); + + virtual bool addOrRemovePossible() const; }; } // namespace psp -- cgit