From f55fcf2935fa1e5f0c80bee82339036bf5bc8e90 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 21 Nov 2006 16:50:13 +0000 Subject: INTEGRATION: CWS pj65 (1.13.58); FILE MERGED 2006/11/06 11:11:59 pjanik 1.13.58.1: #i71027#: Prevent warnings on Mac OS X. --- sfx2/source/statbar/stbitem.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sfx2/source') diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx index 9cc17e6cdc17..0c9bf479efeb 100644 --- a/sfx2/source/statbar/stbitem.cxx +++ b/sfx2/source/statbar/stbitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stbitem.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:47:58 $ + * last change: $Author: vg $ $Date: 2006-11-21 17:50:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -318,7 +318,7 @@ throw ( ::com::sun::star::uno::RuntimeException ) } else if ( pType == ::getCppuType((const sal_uInt32*)0) ) { - sal_uInt32 nTemp ; + sal_uInt32 nTemp = 0; rEvent.State >>= nTemp ; pItem = new SfxUInt32Item( nSlotID, nTemp ); } -- cgit