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

INTEGRATION: CWS pj65 (1.8.12); FILE MERGED

2006/10/31 14:03:19 pjanik 1.8.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
üst 7c879ed9
......@@ -4,9 +4,9 @@
*
* $RCSfile: backhdl.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: obo $ $Date: 2006-10-12 14:47:24 $
* last change: $Author: vg $ $Date: 2006-11-21 17:37:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -185,7 +185,7 @@ sal_Bool XMLBackGraphicPositionPropHdl::exportXML( OUString& rStrExpValue, const
style::GraphicLocation eLocation;
if( !( rValue >>= eLocation ) )
{
sal_Int32 nValue;
sal_Int32 nValue = 0;
if( rValue >>= nValue )
eLocation = (style::GraphicLocation)nValue;
else
......
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