summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-11 07:55:25 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-11 07:55:25 +0000
commitd9ca00bf570b3eebc00ae62c0dd3afbc8d9cf081 (patch)
tree39dec5df12af169ec486249b293079d3fe4c71d5 /xmloff
parentc6fb51e6813949775254146f5e00a4af14d5bd9b (diff)
INTEGRATION: CWS dvoea1 (1.47.88); FILE MERGED
2004/04/30 15:24:59 dvo 1.47.88.2: RESYNC: (1.47-1.48); FILE MERGED 2004/03/01 18:19:56 dvo 1.47.88.1: #i25849# drop-down field now correctly reads the selected entry
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtfldi.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index cd02de2e8b8e..362094d6caee 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtfldi.cxx,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: rt $ $Date: 2004-05-19 08:55:32 $
+ * last change: $Author: rt $ $Date: 2004-06-11 08:55:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -4065,7 +4065,7 @@ SvXMLImportContext* XMLDropDownFieldImportContext::CreateChildContext(
IsXMLToken( rLocalName, XML_LABEL ) )
{
OUString sLabel;
- bool bIsSelected;
+ bool bIsSelected = sal_False;
if( lcl_ProcessLabel( GetImport(), xAttrList, sLabel, bIsSelected ) )
{
if( bIsSelected )