summaryrefslogtreecommitdiff
path: root/vcl/unx/source/gdi
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/source/gdi')
-rw-r--r--vcl/unx/source/gdi/pspgraphics.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/source/gdi/pspgraphics.cxx b/vcl/unx/source/gdi/pspgraphics.cxx
index 931460a9b974..b5571d53248b 100644
--- a/vcl/unx/source/gdi/pspgraphics.cxx
+++ b/vcl/unx/source/gdi/pspgraphics.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pspgraphics.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-07-23 09:56:35 $
+ * last change: $Author: rt $ $Date: 2004-09-08 15:13:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -209,6 +209,7 @@ SalPrinterBmp::GetDepth () const
break;
default:
+ nDepth = 1;
DBG_ERROR ("Error: unsupported bitmap depth in SalPrinterBmp::GetDepth()");
break;
}