summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:07:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:07:56 +0000
commit7f0d9e43d9319b2bea00c2a09db035ae41ec5fb0 (patch)
tree45c28e6a8a7c94ed2e37b172c699d29c95770152
parentbb2855b39612867fb734c1c9e67d061af8ddefa0 (diff)
INTEGRATION: CWS pj65 (1.11.50); FILE MERGED
2006/11/06 11:14:23 pjanik 1.11.50.1: #i71027#: Prevent warnings on Mac OS X.
-rw-r--r--svx/source/dialog/rulritem.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/dialog/rulritem.cxx b/svx/source/dialog/rulritem.cxx
index bcdb26310e8c..e4cc58bc5e24 100644
--- a/svx/source/dialog/rulritem.cxx
+++ b/svx/source/dialog/rulritem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rulritem.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 12:25:41 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:07:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -116,7 +116,7 @@ sal_Bool SvxLongLRSpaceItem::PutValue( const ::com::sun::star::uno::Any& rVal, B
sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId &= ~CONVERT_TWIPS;
- sal_Int32 nVal;
+ sal_Int32 nVal = 0;
if ( nMemberId == 0 )
{
::com::sun::star::frame::status::LeftRightMargin aLeftRightMargin;
@@ -242,7 +242,7 @@ sal_Bool SvxLongULSpaceItem::PutValue( const ::com::sun::star::uno::Any& rVal, B
sal_Bool bConvert = 0!=(nMemberId&CONVERT_TWIPS);
nMemberId &= ~CONVERT_TWIPS;
- sal_Int32 nVal;
+ sal_Int32 nVal = 0;
if ( nMemberId == 0 )
{
::com::sun::star::frame::status::UpperLowerMargin aUpperLowerMargin;
@@ -359,7 +359,7 @@ sal_Bool SvxPagePosSizeItem::PutValue( const ::com::sun::star::uno::Any& rVal, B
{
nMemberId &= ~CONVERT_TWIPS;
- sal_Int32 nVal;
+ sal_Int32 nVal = 0;
if ( nMemberId == 0 )
{
com::sun::star::awt::Rectangle aPagePosSize;
@@ -636,7 +636,7 @@ sal_Bool SvxColumnItem::QueryValue( com::sun::star::uno::Any& rVal, BYTE nMember
sal_Bool SvxColumnItem::PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId )
{
nMemberId &= ~CONVERT_TWIPS;
- sal_Int32 nVal;
+ sal_Int32 nVal = 0;
switch ( nMemberId )
{
case MID_COLUMNARRAY: