diff options
author | Eike Rathke <erack@redhat.com> | 2016-02-22 21:06:45 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-02-22 21:30:30 +0100 |
commit | 4eea29f79eca05e76bfe90aaa176f39dd0fd80ea (patch) | |
tree | 713768975cf348000389ea565109e338785583fd /sc | |
parent | 5eaab67daa3dc6e18fa3b901a9ec57b509733905 (diff) |
enable wildcards when importing .xlsx|.xlsb, tdf#72196
Change-Id: I6fbc8926d10d9028287c154a2e933d2de847cc12
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/oox/workbooksettings.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/oox/workbooksettings.cxx b/sc/source/filter/oox/workbooksettings.cxx index b61885e6d46f..831314fcbbba 100644 --- a/sc/source/filter/oox/workbooksettings.cxx +++ b/sc/source/filter/oox/workbooksettings.cxx @@ -186,6 +186,7 @@ void WorkbookSettings::finalizeImport() case FILTER_BIFF: aPropSet.setProperty( PROP_IgnoreCase, true ); // always in Excel aPropSet.setProperty( PROP_RegularExpressions, false ); // not supported in Excel + aPropSet.setProperty( PROP_Wildcards, true ); // always in Excel break; case FILTER_UNKNOWN: break; |