summaryrefslogtreecommitdiff
path: root/xmlscript/source
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:05:10 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:05:10 +0000
commitc3dc72d61ac74dfdbf0e4751c32504040790e5a3 (patch)
tree3e71e5ac17d6478603b40c9797357566067c179e /xmlscript/source
parent07cfbe5f344a377f788bc1bb2ca7ee46ee322cf4 (diff)
INTEGRATION: CWS warningfixes03_SRC680 (1.35.4); FILE MERGED
2006/08/18 13:47:19 mhu 1.35.4.1: #i68745# Fixed GCC 4.0.x warning(s).
Diffstat (limited to 'xmlscript/source')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_export.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
index 75dde3166706..b38757c074bd 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmldlg_export.cxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:12:14 $
+ * last change: $Author: ihi $ $Date: 2006-08-29 11:05:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -949,7 +949,7 @@ void ElementDescriptor::readDefaults( bool supportPrintable )
readShortAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("TabIndex") ),
OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":tab-index") ) );
- sal_Bool bEnabled;
+ sal_Bool bEnabled = sal_False;
if (_xProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Enabled") ) ) >>= bEnabled)
{
if (! bEnabled)