Kaydet (Commit) b5ea3915 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS pj65 (1.7.50); FILE MERGED

2006/11/06 11:14:26 pjanik 1.7.50.1: #i71027#: Prevent warnings on Mac OS X.
üst 668a4764
......@@ -4,9 +4,9 @@
*
* $RCSfile: rotmodit.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: obo $ $Date: 2006-10-12 12:55:38 $
* last change: $Author: vg $ $Date: 2006-11-21 17:11:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -193,7 +193,7 @@ sal_Bool SvxRotateModeItem::PutValue( const uno::Any& rVal, BYTE /*nMemberId*/ )
table::CellVertJustify eUno;
if(!(rVal >>= eUno))
{
sal_Int32 nValue;
sal_Int32 nValue = 0;
if(!(rVal >>= nValue))
return sal_False;
eUno = (table::CellVertJustify)nValue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment