summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:37:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:37:12 +0000
commit07c56c232fbd177ddc37abf62e65fb0fb5c6becd (patch)
treea744e7eee88e2b2fb1bed32fdd9b12fffb8939f5 /xmloff
parent535e95f44847a717b9875137f4dd2e1b2bf407b5 (diff)
INTEGRATION: CWS pj65 (1.8.12); FILE MERGED
2006/10/31 14:03:23 pjanik 1.8.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/breakhdl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/breakhdl.cxx b/xmloff/source/style/breakhdl.cxx
index d54b018f7d97..c4995fdf0b58 100644
--- a/xmloff/source/style/breakhdl.cxx
+++ b/xmloff/source/style/breakhdl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: breakhdl.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:47:51 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:37:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -119,7 +119,7 @@ sal_Bool XMLFmtBreakBeforePropHdl::exportXML( OUString& rStrExpValue, const uno:
if( !( rValue >>= eBreak ) )
{
- sal_Int32 nValue;
+ sal_Int32 nValue = 0;
if( !( rValue >>= nValue ) )
return sal_False;
@@ -190,7 +190,7 @@ sal_Bool XMLFmtBreakAfterPropHdl::exportXML( OUString& rStrExpValue, const uno::
if( !( rValue >>= eBreak ) )
{
- sal_Int32 nValue;
+ sal_Int32 nValue = 0;
if( !( rValue >>= nValue ) )
return sal_False;