diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:47:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:47:09 +0000 |
commit | e729b933750084a1895c8f5f7dc554756d780057 (patch) | |
tree | 5c059765db1b4442034258205d7524d5655475a7 /avmedia | |
parent | d5af0a8c8435449c5d887104a69912d60308baf0 (diff) |
INTEGRATION: CWS pj65 (1.3.18); FILE MERGED
2006/10/31 12:43:00 pjanik 1.3.18.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/framework/mediaitem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/source/framework/mediaitem.cxx b/avmedia/source/framework/mediaitem.cxx index 1dc3bbb135e0..48aa4ce8c12a 100644 --- a/avmedia/source/framework/mediaitem.cxx +++ b/avmedia/source/framework/mediaitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mediaitem.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:58:06 $ + * last change: $Author: vg $ $Date: 2006-11-21 17:47:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -158,7 +158,7 @@ BOOL MediaItem::PutValue( const com::sun::star::uno::Any& rVal, BYTE ) if( ( rVal >>= aSeq ) && ( aSeq.getLength() == 9 ) ) { - sal_Int32 nInt32; + sal_Int32 nInt32 = 0; aSeq[ 0 ] >>= maURL; aSeq[ 1 ] >>= mnMaskSet; |