summaryrefslogtreecommitdiff
path: root/vcl/unx/source/gdi
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:13:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:13:12 +0000
commite7239d25dae4a90e10c825045bc8284247f39741 (patch)
tree305bd740b1469feb1b4353c0fd87e4badaf89397 /vcl/unx/source/gdi
parentacd9148b8ae06058b32ec0d166302863cbfb2635 (diff)
INTEGRATION: CWS ooo20040704 (1.3.34); FILE MERGED
2004/08/09 14:57:43 vg 1.3.34.5: RESYNC MERGED 1.4 1.6 Everything below this line will be added to the revision comment. 2004/07/02 09:49:07 cmc 1.3.34.4: #i30891# revert header and namespace change 2004/07/01 12:36:27 waratah 1.3.34.3: #i30874# Add initial values to potentially uninitialised values 2004/06/29 04:10:21 svesik 1.3.34.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/28 14:49:09 cmc 1.3.34.1: #i30801# allow using system stl if possible
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;
}