diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 15:35:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 15:35:33 +0000 |
commit | 08df70d75a6d549203ff3399f111f278ff16b2df (patch) | |
tree | 72d8ed34a4b2e9a415c44aa2a42a5cb44dafa946 /psprint | |
parent | 1abb367363e7216e2e668ee77985d78102f8d513 (diff) |
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
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/inc/cupsmgr.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
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 |