summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-06 08:20:18 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-06 08:20:18 +0000
commit36acc10861de56c9775debaa9348c762dc7dfd35 (patch)
tree2dbd9b7ec3060dffd50486ecf4f63d77dc1901d7 /vcl/source
parentf66acebeb0d58a2e729cfc0f1ea3f2adbe9b9853 (diff)
INTEGRATION: CWS vcl41 (1.12.108); FILE MERGED
2005/06/24 11:30:45 pl 1.12.108.1: #i49004# support 8 bit grayscale jpeg
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/pdfwriter.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/gdi/pdfwriter.cxx b/vcl/source/gdi/pdfwriter.cxx
index e73382ec8a33..cccc941fe860 100644
--- a/vcl/source/gdi/pdfwriter.cxx
+++ b/vcl/source/gdi/pdfwriter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pdfwriter.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-03-29 12:56:56 $
+ * last change: $Author: obo $ $Date: 2005-07-06 09:20:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -428,9 +428,9 @@ void PDFWriter::SetTextAlign( ::TextAlign eAlign )
((PDFWriterImpl*)pImplementation)->setTextAlign( eAlign );
}
-void PDFWriter::DrawJPGBitmap( SvStream& rStreamData, const Size& rSrcSizePixel, const Rectangle& rTargetArea, const Bitmap& rMask )
+void PDFWriter::DrawJPGBitmap( SvStream& rStreamData, bool bIsTrueColor, const Size& rSrcSizePixel, const Rectangle& rTargetArea, const Bitmap& rMask )
{
- ((PDFWriterImpl*)pImplementation)->drawJPGBitmap( rStreamData, rSrcSizePixel, rTargetArea, rMask );
+ ((PDFWriterImpl*)pImplementation)->drawJPGBitmap( rStreamData, bIsTrueColor, rSrcSizePixel, rTargetArea, rMask );
}
sal_Int32 PDFWriter::CreateLink( const Rectangle& rRect, sal_Int32 nPageNr )