summaryrefslogtreecommitdiff
path: root/sfx2/source/toolbox/tbxitem.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:50:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:50:26 +0000
commit24e085e4caea3d062b9123f10a7babb75d78c222 (patch)
tree49ba38077cc5a31536070f90829e2b4e460294d2 /sfx2/source/toolbox/tbxitem.cxx
parentf55fcf2935fa1e5f0c80bee82339036bf5bc8e90 (diff)
INTEGRATION: CWS pj65 (1.63.30); FILE MERGED
2006/11/06 11:12:00 pjanik 1.63.30.1: #i71027#: Prevent warnings on Mac OS X.
Diffstat (limited to 'sfx2/source/toolbox/tbxitem.cxx')
-rw-r--r--sfx2/source/toolbox/tbxitem.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx
index 33e4f1070fec..1456a293d524 100644
--- a/sfx2/source/toolbox/tbxitem.cxx
+++ b/sfx2/source/toolbox/tbxitem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tbxitem.cxx,v $
*
- * $Revision: 1.63 $
+ * $Revision: 1.64 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 15:58:21 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:50:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -647,7 +647,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 );
}
@@ -1202,7 +1202,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 );
}