diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:05:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:05:27 +0000 |
commit | 82a922f824223813aba2fc2fc2c385817a3bcd93 (patch) | |
tree | 34ac1eefa70677fe42375642f68654c24b2d950c /svx | |
parent | f79798fa2d715d8c90b3a0e7c3538f83645c2011 (diff) |
INTEGRATION: CWS warnings01 (1.13.220); FILE MERGED
2006/05/23 18:50:57 sb 1.13.220.3: RESYNC: (1.13-1.14); FILE MERGED
2006/04/19 17:33:06 cl 1.13.220.2: warning free code changes
2006/03/10 17:42:57 aw 1.13.220.1: #i55991# warning free changes for unxsol
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/xoutdev/_xoutbmp.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/xoutdev/_xoutbmp.cxx b/svx/source/xoutdev/_xoutbmp.cxx index 4cc1e8eadb..627830b8ed 100644 --- a/svx/source/xoutdev/_xoutbmp.cxx +++ b/svx/source/xoutdev/_xoutbmp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: _xoutbmp.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2006-05-04 07:50:59 $ + * last change: $Author: hr $ $Date: 2006-06-19 17:05:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -502,7 +502,7 @@ USHORT XOutBitmap::WriteGraphic( const Graphic& rGraphic, String& rFileName, USHORT XOutBitmap::ExportGraphic( const Graphic& rGraphic, const INetURLObject& rURL, GraphicFilter& rFilter, const USHORT nFormat, - BOOL bIgnoreOptions, + BOOL /*bIgnoreOptions*/, const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >* pFilterData ) { #ifndef SVX_LIGHT @@ -658,11 +658,11 @@ Polygon XOutBitmap::GetCountour( const Bitmap& rBmp, const ULONG nFlags, const long nStartX1 = aWorkRect.Left() + 1L; const long nEndX1 = aWorkRect.Right(); const long nStartX2 = nEndX1 - 1L; - const long nEndX2 = nStartX1 - 1L; +// const long nEndX2 = nStartX1 - 1L; const long nStartY1 = aWorkRect.Top() + 1L; const long nEndY1 = aWorkRect.Bottom(); const long nStartY2 = nEndY1 - 1L; - const long nEndY2 = nStartY1 - 1L; +// const long nEndY2 = nStartY1 - 1L; Point* pPoints1 = NULL; Point* pPoints2 = NULL; long nX, nY; |