summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2000-09-29 09:00:17 +0000
committerPhilipp Lohmann <pl@openoffice.org>2000-09-29 09:00:17 +0000
commite418df6d49698e7873d16b2f03d7472b49707bde (patch)
treef3a84f7b9fee47182972cd92bb58a17163cbcc96 /vcl
parent827393c0c903954aef4aea441907e865ca8665a1 (diff)
add: ask printer for fax support
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/print.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index 909fcc6a8ab7..851239689df6 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: print.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2000-09-22 12:49:24 $
+ * last change: $Author: pl $ $Date: 2000-09-29 10:00:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -958,6 +958,8 @@ BOOL Printer::HasSupport( PrinterSupport eFeature, BOOL bInJob ) const
return (GetCapabilities( PRINTER_CAPABILITIES_COLLATECOPIES ) != 0);
case SUPPORT_SETUPDIALOG:
return (BOOL)GetCapabilities( PRINTER_CAPABILITIES_SUPPORTDIALOG );
+ case SUPPORT_FAX:
+ return (BOOL) GetCapabilities( PRINTER_CAPABILITIES_FAX );
}
return TRUE;