diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:42:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:42:58 +0000 |
commit | 3766f9632501b07202871f877ae5bd3c28a5ff89 (patch) | |
tree | b5c61d5be4c090d5dd497c99439a1a7e1d1d617a /svx/source/svdraw/svdomedia.cxx | |
parent | 9bf0771d685c0b5cb49bad4198d3ee041178e59f (diff) |
INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED
2006/02/22 21:39:58 aw 1.5.220.1: #i55991# Adaptions to warning free code
Diffstat (limited to 'svx/source/svdraw/svdomedia.cxx')
-rw-r--r-- | svx/source/svdraw/svdomedia.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdomedia.cxx b/svx/source/svdraw/svdomedia.cxx index 236d2c1563f2..daea5dae2d50 100644 --- a/svx/source/svdraw/svdomedia.cxx +++ b/svx/source/svdraw/svdomedia.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdomedia.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:34:17 $ + * last change: $Author: hr $ $Date: 2006-06-19 16:42:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -118,7 +118,7 @@ UINT16 SdrMediaObj::GetObjIdentifier() const // ------------------------------------------------------------------------------ -sal_Bool SdrMediaObj::DoPaintObject(XOutputDevice& rXOut, const SdrPaintInfoRec& rInfoRec) const +sal_Bool SdrMediaObj::DoPaintObject(XOutputDevice& /*rXOut*/, const SdrPaintInfoRec& /*rInfoRec*/) const { return true; } |