diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:49:56 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:49:56 +0000 |
commit | d3d12b3072bb1a7b7b6c6ce31d81e2161b4b1d27 (patch) | |
tree | 0f3de6e727ddc290cf3d5387391dfcea16978cec /goodies | |
parent | 56fb6080e66af9bf577b8484fd36fa84726cd99e (diff) |
INTEGRATION: CWS warnings01 (1.21.28); FILE MERGED
2006/05/23 21:02:12 sb 1.21.28.3: RESYNC: (1.22-1.23); FILE MERGED
2006/04/07 19:21:29 sb 1.21.28.2: RESYNC: (1.21-1.22); FILE MERGED
2005/11/16 16:42:22 pl 1.21.28.1: #i55991# removed warnings
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/graphic/grfmgr2.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/goodies/source/graphic/grfmgr2.cxx b/goodies/source/graphic/grfmgr2.cxx index 7e389eaa56f7..d7dbb5bafda7 100644 --- a/goodies/source/graphic/grfmgr2.cxx +++ b/goodies/source/graphic/grfmgr2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: grfmgr2.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: rt $ $Date: 2006-05-04 07:49:34 $ + * last change: $Author: hr $ $Date: 2006-06-19 21:49:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -198,7 +198,7 @@ void GraphicManager::ClearCache() // ----------------------------------------------------------------------------- -void GraphicManager::ReleaseFromCache( const GraphicObject& rObj ) +void GraphicManager::ReleaseFromCache( const GraphicObject& /*rObj*/ ) { // !!! } @@ -631,7 +631,7 @@ BOOL GraphicManager::ImplCreateOutput( OutputDevice* pOut, BOOL GraphicManager::ImplCreateOutput( OutputDevice* pOut, const Point& rPt, const Size& rSz, const GDIMetaFile& rMtf, const GraphicAttr& rAttr, - const ULONG nFlags, GDIMetaFile& rOutMtf, BitmapEx& rOutBmpEx ) + const ULONG /*nFlags*/, GDIMetaFile& rOutMtf, BitmapEx& rOutBmpEx ) { const Size aNewSize( rMtf.GetPrefSize() ); @@ -1328,7 +1328,7 @@ BOOL GraphicManager::ImplCreateScaled( const BitmapEx& rBmpEx, // ----------------------------------------------------------------------------- BOOL GraphicManager::ImplCreateRotatedScaled( const BitmapEx& rBmpEx, - USHORT nRot10, const Size& rOutSzPix, const Size& rUnrotatedSzPix, + USHORT nRot10, const Size& /*rOutSzPix*/, const Size& rUnrotatedSzPix, long* pMapIX, long* pMapFX, long* pMapIY, long* pMapFY, long nStartX, long nEndX, long nStartY, long nEndY, BitmapEx& rOutBmpEx ) |