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

INTEGRATION: CWS pj65 (1.3.30); FILE MERGED

2006/10/31 14:04:14 pjanik 1.3.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
üst d34df255
......@@ -4,9 +4,9 @@
*
* $RCSfile: XMLPercentOrMeasurePropertyHandler.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: obo $ $Date: 2006-09-17 10:51:21 $
* last change: $Author: vg $ $Date: 2006-11-21 17:36:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -101,7 +101,7 @@ sal_Bool XMLPercentOrMeasurePropertyHandler::exportXML(
{
OUStringBuffer aOut;
sal_Int32 nValue;
sal_Int32 nValue = 0;
if( !(rValue >>= nValue ) )
return sal_False;
......
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