summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterPropHdl.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:36:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:36:03 +0000
commit664999d0d49af401d81eaeb1ccbc5b0e96d699bd (patch)
treea942a548edaf72082a2c8b040b05360bfa64efac /xmloff/source/style/PageMasterPropHdl.cxx
parent9165f653dcec91a35f479e165d44bd4ec1b005db (diff)
INTEGRATION: CWS pj65 (1.13.12); FILE MERGED
2006/10/31 14:03:43 pjanik 1.13.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'xmloff/source/style/PageMasterPropHdl.cxx')
-rw-r--r--xmloff/source/style/PageMasterPropHdl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/PageMasterPropHdl.cxx b/xmloff/source/style/PageMasterPropHdl.cxx
index 68dff590c336..db13fd563f52 100644
--- a/xmloff/source/style/PageMasterPropHdl.cxx
+++ b/xmloff/source/style/PageMasterPropHdl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PageMasterPropHdl.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:45:48 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:36:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -305,7 +305,7 @@ sal_Bool XMLPMPropHdl_PaperTrayNumber::exportXML(
const SvXMLUnitConverter& ) const
{
sal_Bool bRet = sal_False;
- sal_Int32 nPaperTray;
+ sal_Int32 nPaperTray = 0;
if( rValue >>= nPaperTray )
{