summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oox/source/ole/axcontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx
index a2c4190e40a8..98c65c66ca86 100644
--- a/oox/source/ole/axcontrol.cxx
+++ b/oox/source/ole/axcontrol.cxx
@@ -2592,7 +2592,7 @@ HtmlSelectModel::importBinaryModel( BinaryInputStream& rInStrm )
if ( !nToken ) // first line will tell us if multiselect is enabled
{
if ( sLine == sMultiple )
- mnMultiSelect = true;
+ mnMultiSelect = AX_SELECTION_MULTI;
}
// skip first and last lines, no data there
else if ( nToken < nTokenCount - 1)