diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 18:17:09 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 18:17:09 +0000 |
commit | a2b9125c682880028ccbb40a442418219ef9cfd1 (patch) | |
tree | 2df26e5d4512ee8394f778578a3bd80694581f83 /vcl/source/control/fixed.cxx | |
parent | 406b7af4e8a4187203fc327cbb2766a70045f10b (diff) |
INTEGRATION: CWS warnings01 (1.17.70); FILE MERGED
2005/11/04 16:49:35 pl 1.17.70.1: #i55991# removed warnings for linux/solaris
Diffstat (limited to 'vcl/source/control/fixed.cxx')
-rw-r--r-- | vcl/source/control/fixed.cxx | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx index 2d9455a209fd..a95440c48188 100644 --- a/vcl/source/control/fixed.cxx +++ b/vcl/source/control/fixed.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fixed.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2005-09-09 11:46:41 $ + * last change: $Author: hr $ $Date: 2006-06-19 19:17:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -285,7 +285,7 @@ void FixedText::ImplDraw( OutputDevice* pDev, ULONG nDrawFlags, // ----------------------------------------------------------------------- -void FixedText::Paint( const Rectangle& rRect ) +void FixedText::Paint( const Rectangle& ) { ImplDraw( this, 0, Point(), GetOutputSizePixel() ); } @@ -601,15 +601,14 @@ void FixedLine::FillLayoutData() const // ----------------------------------------------------------------------- -void FixedLine::Paint( const Rectangle& rRect ) +void FixedLine::Paint( const Rectangle& ) { ImplDraw(); } // ----------------------------------------------------------------------- -void FixedLine::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, - ULONG nFlags ) +void FixedLine::Draw( OutputDevice*, const Point&, const Size&, ULONG ) { } @@ -812,7 +811,7 @@ void FixedBitmap::ImplDraw( OutputDevice* pDev, ULONG /* nDrawFlags */, // ----------------------------------------------------------------------- -void FixedBitmap::Paint( const Rectangle& rRect ) +void FixedBitmap::Paint( const Rectangle& ) { ImplDraw( this, 0, Point(), GetOutputSizePixel() ); } @@ -1053,7 +1052,7 @@ void FixedImage::ImplDraw( OutputDevice* pDev, ULONG nDrawFlags, // ----------------------------------------------------------------------- -void FixedImage::Paint( const Rectangle& rRect ) +void FixedImage::Paint( const Rectangle& ) { ImplDraw( this, 0, Point(), GetOutputSizePixel() ); } |