summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-14 20:46:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-14 21:28:07 +0100
commite8ba3d51609238c365ab471ee622513e8b30d721 (patch)
tree9ff8bf06e51c1587472a8172245d7d251ad62302 /oox/source
parent9a560bb7bd1915de8e444c17fe936ae31071cea6 (diff)
mnMultiSelect takes AX_SELECTION_* values
Change-Id: I1918f91ec070761a8fe9d04058820af1c7880678
Diffstat (limited to 'oox/source')
-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)