diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:50:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:50:13 +0000 |
commit | f55fcf2935fa1e5f0c80bee82339036bf5bc8e90 (patch) | |
tree | 37261d5a42559cb4e444b0a90e31c1ddc9838680 /sfx2/source | |
parent | 12df712b029508992138a692dfd03751ecc841fc (diff) |
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.
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/statbar/stbitem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ); } |