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

INTEGRATION: CWS pj65 (1.19.30); FILE MERGED

2006/10/31 14:03:39 pjanik 1.19.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
üst 64e3834c
......@@ -4,9 +4,9 @@
*
* $RCSfile: PageMasterExportPropMapper.cxx,v $
*
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* last change: $Author: obo $ $Date: 2006-09-17 10:44:54 $
* last change: $Author: vg $ $Date: 2006-11-21 17:35:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -211,7 +211,7 @@ void XMLPropertyStateBuffer::ContextFilter( ::std::vector< XMLPropertyState >& )
{
if( pPMPaddingTop && pPMPaddingBottom && pPMPaddingLeft && pPMPaddingRight )
{
sal_Int32 nTop, nBottom, nLeft, nRight;
sal_Int32 nTop = 0, nBottom = 0, nLeft = 0, nRight = 0;
pPMPaddingTop->maValue >>= nTop;
pPMPaddingBottom->maValue >>= nBottom;
......
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