summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/PropertyMaps.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 15:34:02 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 15:34:02 +0000
commit4275c4dfb59c0d3e7425ae9434581ef64233f497 (patch)
tree0d1e6deb08a50de4fee5058623e306df9508944e /xmloff/source/chart/PropertyMaps.cxx
parent18c3f3712b3cef80859a2789667fde7fc9f350ea (diff)
INTEGRATION: CWS warningfixes02 (1.43.10); FILE MERGED
2006/06/30 12:00:19 sb 1.43.10.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'xmloff/source/chart/PropertyMaps.cxx')
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index 4e52379b538e..956be85c7202 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PropertyMaps.cxx,v $
*
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 18:00:40 $
+ * last change: $Author: kz $ $Date: 2006-07-19 16:34:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -271,7 +271,7 @@ void XMLChartExportPropertyMapper::ContextFilter(
case XML_SCH_CONTEXT_SPECIAL_STEP_HELP:
{
// do auto-check directly
- sal_Bool bAuto;
+ sal_Bool bAuto = false;
uno::Any aAny = rPropSet->getPropertyValue( ::rtl::OUString::createFromAscii( "AutoStepHelp" ) );
aAny >>= bAuto;
if( bAuto )
@@ -308,7 +308,7 @@ void XMLChartExportPropertyMapper::ContextFilter(
{
try
{
- sal_Bool bAuto;
+ sal_Bool bAuto = false;
uno::Any aAny = rPropSet->getPropertyValue( aAutoPropName );
aAny >>= bAuto;
if( bAuto )