summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-29 09:58:50 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-29 09:58:50 +0000
commit9b344fd796b93b40dec165965ab84f810c51d1ef (patch)
treef752c17b2d4a174e577aafd7491431c2b48d0af1 /xmloff
parenteaf13dcc6c17b0eb35e5a8b29c37dab3b84ca10b (diff)
INTEGRATION: CWS warningfixes03_SRC680 (1.3.32); FILE MERGED
2006/08/18 14:16:21 mhu 1.3.32.1: #i68745# Fixed GCC 4.0.x warning(s).
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/chart/XMLTextOrientationHdl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/XMLTextOrientationHdl.cxx b/xmloff/source/chart/XMLTextOrientationHdl.cxx
index a2c0eddcc99f..be83e3299941 100644
--- a/xmloff/source/chart/XMLTextOrientationHdl.cxx
+++ b/xmloff/source/chart/XMLTextOrientationHdl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLTextOrientationHdl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 18:03:06 $
+ * last change: $Author: ihi $ $Date: 2006-08-29 10:58:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -74,7 +74,7 @@ sal_Bool XMLTextOrientationHdl::exportXML(
const ::com::sun::star::uno::Any& rValue,
const SvXMLUnitConverter& /*rUnitConverter*/ ) const
{
- sal_Bool bVal;
+ sal_Bool bVal (sal_False );
sal_Bool bRetval( sal_False );
if( rValue >>= bVal )