summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:26:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:26:29 +0000
commit121562efc84689cf1c4497ed6328adf95b4e7aa4 (patch)
treef228dc79e3ef8fb2e9ebf5fe1e0c7201050735bd /psprint
parent4f9b80768b93d2899661ab3f11da76735a79316a (diff)
INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED
2005/10/28 10:53:43 pl 1.9.10.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/printergfx/bitmap_gfx.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/psprint/source/printergfx/bitmap_gfx.cxx b/psprint/source/printergfx/bitmap_gfx.cxx
index f57db124526a..397d4fd7cebe 100644
--- a/psprint/source/printergfx/bitmap_gfx.cxx
+++ b/psprint/source/printergfx/bitmap_gfx.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bitmap_gfx.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:45:31 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:26:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -481,7 +481,7 @@ PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc,
/* XXX does not work XXX */
void
PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc,
- const PrinterBmp& rBitmap, const PrinterBmp& rTransBitmap)
+ const PrinterBmp& /*rBitmap*/, const PrinterBmp& /*rTransBitmap*/)
{
double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth();
double fScaleY = (double)rDest.GetHeight() / (double)rSrc.GetHeight();
@@ -495,7 +495,7 @@ PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc,
/* XXX does not work XXX */
void
PrinterGfx::DrawMask (const Rectangle& rDest, const Rectangle& rSrc,
- const PrinterBmp &rBitmap, PrinterColor& rMaskColor)
+ const PrinterBmp &/*rBitmap*/, PrinterColor& /*rMaskColor*/)
{
double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth();
double fScaleY = (double)rDest.GetHeight() / (double)rSrc.GetHeight();