summaryrefslogtreecommitdiffstats
path: root/avmedia/source/framework
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:47:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:47:09 +0000
commite729b933750084a1895c8f5f7dc554756d780057 (patch)
tree5c059765db1b4442034258205d7524d5655475a7 /avmedia/source/framework
parentINTEGRATION: CWS pj65 (1.14.12); FILE MERGED (diff)
downloadcore-e729b933750084a1895c8f5f7dc554756d780057.tar.gz
core-e729b933750084a1895c8f5f7dc554756d780057.zip
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/source/framework')
-rw-r--r--avmedia/source/framework/mediaitem.cxx6
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;