summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterExportPropMapper.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:35:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:35:52 +0000
commit9165f653dcec91a35f479e165d44bd4ec1b005db (patch)
treea7acc99666f8c360ced75392a5feea13a9b49472 /xmloff/source/style/PageMasterExportPropMapper.cxx
parent64e3834c49e30462b3447db3a89b36968406f848 (diff)
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.
Diffstat (limited to 'xmloff/source/style/PageMasterExportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterExportPropMapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx b/xmloff/source/style/PageMasterExportPropMapper.cxx
index 9f466519bb92..e12e6de1c51d 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -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;