diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:11:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:11:59 +0000 |
commit | 3e3a150a8048a6f9f7f3deafb830968da6d30c8f (patch) | |
tree | 798938c80b90f2d7c445f722da2505197526b956 /svx/source/items/grfitem.cxx | |
parent | a0d46bd44ed1515463909beb043fb7af4f4c2ab1 (diff) |
INTEGRATION: CWS warnings01 (1.7.220); FILE MERGED
2006/04/24 09:54:26 os 1.7.220.2: warnings removed
2006/04/20 14:49:54 cl 1.7.220.1: warning free code changes
Diffstat (limited to 'svx/source/items/grfitem.cxx')
-rw-r--r-- | svx/source/items/grfitem.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/svx/source/items/grfitem.cxx b/svx/source/items/grfitem.cxx index 7ada460cb492..109300c19f8c 100644 --- a/svx/source/items/grfitem.cxx +++ b/svx/source/items/grfitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: grfitem.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:35:01 $ + * last change: $Author: hr $ $Date: 2006-06-19 16:11:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,6 @@ * ************************************************************************/ -#pragma hdrstop - #define ITEMID_GRF_CROP 0 #ifndef _STREAM_HXX //autogen @@ -180,7 +178,7 @@ BOOL SvxGrfCrop::PutValue( const uno::Any& rVal, BYTE nMemberId ) } SfxItemPresentation SvxGrfCrop::GetPresentation( - SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, + SfxItemPresentation ePres, SfxMapUnit eCoreUnit, SfxMapUnit /*ePresUnit*/, String &rText, const IntlWrapper* pIntl ) const { rText.Erase(); |