summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
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;