Kaydet (Commit) b0119c85 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS warningfixes03_SRC680 (1.17.32); FILE MERGED

2006/08/18 14:16:23 mhu 1.17.32.1: #i68745# Fixed GCC 4.0.x warning(s).
üst f348b1ba
......@@ -4,9 +4,9 @@
*
* $RCSfile: PageMasterExportPropMapper.cxx,v $
*
* $Revision: 1.17 $
* $Revision: 1.18 $
*
* last change: $Author: hr $ $Date: 2006-06-19 18:26:02 $
* last change: $Author: ihi $ $Date: 2006-08-29 11:00:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -91,7 +91,7 @@ inline void lcl_RemoveState( XMLPropertyState* pState )
void lcl_RemoveStateIfZero16( XMLPropertyState* pState )
{
sal_Int16 nValue;
sal_Int16 nValue = sal_Int16();
if( (pState->maValue >>= nValue) && !nValue )
lcl_RemoveState( pState );
}
......
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