summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextColumnsExport.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 15:39:37 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 15:39:37 +0000
commit71569aef42f401f89b2f4c0cf20bc5a39da04d2a (patch)
tree34685e01c41e4ff0a42e9fc95509caf644815d77 /xmloff/source/text/XMLTextColumnsExport.cxx
parent64141eb236e8eda748f6101bf30b429f89a51689 (diff)
INTEGRATION: CWS warningfixes02 (1.8.10); FILE MERGED
2006/06/30 12:00:24 sb 1.8.10.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'xmloff/source/text/XMLTextColumnsExport.cxx')
-rw-r--r--xmloff/source/text/XMLTextColumnsExport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextColumnsExport.cxx b/xmloff/source/text/XMLTextColumnsExport.cxx
index b3ac4ac18bfb..b74b6578b129 100644
--- a/xmloff/source/text/XMLTextColumnsExport.cxx
+++ b/xmloff/source/text/XMLTextColumnsExport.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLTextColumnsExport.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 18:45:26 $
+ * last change: $Author: kz $ $Date: 2006-07-19 16:39:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -154,7 +154,7 @@ void XMLTextColumnsExport::exportXML( const Any& rAny )
// style:height
aAny = xPropSet->getPropertyValue( sSeparatorLineRelativeHeight );
- sal_Int8 nHeight;
+ sal_Int8 nHeight = 0;
aAny >>= nHeight;
GetExport().GetMM100UnitConverter().convertPercent( sValue,
nHeight );