diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:48:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:48:10 +0000 |
commit | 4ad44082b04798c2c8ccabb9d9aeecf0aa0b68d3 (patch) | |
tree | 5f915db398d0e714563ddee5dc71629d9dff6cc2 /sfx2/source/control/querystatus.cxx | |
parent | 38a53d6145815e91293dbf9a7ac0d8519ca81537 (diff) |
INTEGRATION: CWS pj65 (1.7.58); FILE MERGED
2006/11/06 11:11:58 pjanik 1.7.58.1: #i71027#: Prevent warnings on Mac OS X.
Diffstat (limited to 'sfx2/source/control/querystatus.cxx')
-rw-r--r-- | sfx2/source/control/querystatus.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/control/querystatus.cxx b/sfx2/source/control/querystatus.cxx index 53f0c6e32371..82b636bfd8dc 100644 --- a/sfx2/source/control/querystatus.cxx +++ b/sfx2/source/control/querystatus.cxx @@ -4,9 +4,9 @@ * * $RCSfile: querystatus.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:27:58 $ + * last change: $Author: vg $ $Date: 2006-11-21 17:48:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -171,7 +171,7 @@ throw( RuntimeException ) } else if ( pType == ::getCppuType((const sal_uInt32*)0) ) { - sal_uInt32 nTemp ; + sal_uInt32 nTemp = 0; rEvent.State >>= nTemp ; m_pItem = new SfxUInt32Item( m_nSlotID, nTemp ); } |