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

INTEGRATION: CWS pj65 (1.6.12); FILE MERGED

2006/11/06 10:11:45 pjanik 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED
2006/10/31 14:03:52 pjanik 1.6.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
üst 5d541565
......@@ -4,9 +4,9 @@
*
* $RCSfile: weighhdl.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: vg $ $Date: 2006-11-01 16:09:25 $
* last change: $Author: vg $ $Date: 2006-11-21 17:37:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -168,7 +168,7 @@ sal_Bool XMLFontWeightPropHdl::exportXML( OUString& rStrExpValue, const Any& rVa
float fValue = float();
if( !( rValue >>= fValue ) )
{
sal_Int32 nValue;
sal_Int32 nValue = 0;
if( rValue >>= nValue )
{
fValue = (float)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