diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:28:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 15:28:07 +0000 |
commit | 9a4403873f7d7fca3c5ecc0d015f63d7dcac1e51 (patch) | |
tree | 8cc5bff1596da760a8de7e3f7b7db88a4a02aa62 /svx/source/sdr | |
parent | ee608a3a67dc84e6adb578f89114e32311f20ec8 (diff) |
INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED
2006/02/21 16:41:12 aw 1.4.220.1: #i55991# Adaptions to warning free code
Diffstat (limited to 'svx/source/sdr')
-rw-r--r-- | svx/source/sdr/contact/viewcontactofsdrmediaobj.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/sdr/contact/viewcontactofsdrmediaobj.cxx b/svx/source/sdr/contact/viewcontactofsdrmediaobj.cxx index ccbbc27ab362..2caa9c51dc4b 100644 --- a/svx/source/sdr/contact/viewcontactofsdrmediaobj.cxx +++ b/svx/source/sdr/contact/viewcontactofsdrmediaobj.cxx @@ -4,9 +4,9 @@ * * $RCSfile: viewcontactofsdrmediaobj.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:05:42 $ + * last change: $Author: hr $ $Date: 2006-06-19 16:28:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,7 +104,7 @@ void ViewContactOfSdrMediaObj::updateMediaItem( ::avmedia::MediaItem& rItem ) co void ViewContactOfSdrMediaObj::executeMediaItem( const ::avmedia::MediaItem& rItem ) { - for( sal_Int32 n = 0; n < maVOCList.Count(); ++n ) + for( sal_uInt32 n = 0; n < maVOCList.Count(); ++n ) static_cast< ViewObjectContactOfSdrMediaObj* >( maVOCList.GetObject( n ) )->executeMediaItem( rItem ); } |