summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 15:41:18 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 15:41:18 +0000
commit7ab4c76e73e6ebabe1363f542d61c9bc5b91cbc2 (patch)
treef1155d586412573b0816ead46fd7b6bcee2e9c55 /xmloff
parent91ab3ef236049cb504f4cc49213be2b177ad0909 (diff)
INTEGRATION: CWS warningfixes02 (1.18.10); FILE MERGED
2006/06/30 12:00:25 sb 1.18.10.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtimppr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtimppr.cxx b/xmloff/source/text/txtimppr.cxx
index aa7dde7d875d..8d3083f57b92 100644
--- a/xmloff/source/text/txtimppr.cxx
+++ b/xmloff/source/text/txtimppr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtimppr.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 18:50:12 $
+ * last change: $Author: kz $ $Date: 2006-07-19 16:41:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -539,7 +539,7 @@ void XMLTextImportPropertyMapper::finished(
{
sal_Int16 nVertOrient;
pVertOrient->maValue >>= nVertOrient;
- sal_Int16 nVertOrientRel;
+ sal_Int16 nVertOrientRel = 0;
pVertOrientRelAsChar->maValue >>= nVertOrientRel;
switch( nVertOrient )
{