summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:42:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:42:15 +0000
commit2398e33209c73ba13616c01c3d0393b45d273d9b (patch)
treeabed092102e05bc63294e1e4b018812e3d40c58c /xmlscript
parentef8b4a710845faa27811e4ca4b289f1dc1f2ec02 (diff)
INTEGRATION: CWS pj65 (1.33.10); FILE MERGED
2006/10/31 13:00:48 pjanik 1.33.10.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_import.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
index dc8e4d421432..d6eb2d3a1551 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmldlg_import.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 11:38:59 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:42:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1554,7 +1554,7 @@ void ImportContext::importDefaults(
OUString( RTL_CONSTASCII_USTRINGPARAM("tab-index") ),
xAttributes );
- sal_Bool bDisable;
+ sal_Bool bDisable = sal_False;
if (getBoolAttr(
&bDisable, OUString( RTL_CONSTASCII_USTRINGPARAM("disabled") ),
xAttributes, _pImport->XMLNS_DIALOGS_UID ) &&