diff options
author | Eike Rathke <erack@redhat.com> | 2016-02-20 01:20:12 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-02-20 01:21:03 +0100 |
commit | 1684e347cd16ce91ecf27d94691b185a0110cc34 (patch) | |
tree | 3fe69af3997db7f704cae8e1d47958f365754b33 /sc/source/ui | |
parent | 59a175b692fd26200bf2dfbe411a969eef3e00f5 (diff) |
add missing IsFormulaWildcardsEnabled() calls, tdf#72196
Change-Id: Ia684cfe93c6a0e71a0fbbe22974501bf610e9190
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/app/scmod.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx index 0ac43159c041..4d7e2d5105f9 100644 --- a/sc/source/ui/app/scmod.cxx +++ b/sc/source/ui/app/scmod.cxx @@ -1115,6 +1115,7 @@ void ScModule::ModifyOptions( const SfxItemSet& rOptSet ) || rOldOpt.IsMatchWholeCell() != rNewOpt.IsMatchWholeCell() || rOldOpt.GetYear2000() != rNewOpt.GetYear2000() || rOldOpt.IsFormulaRegexEnabled() != rNewOpt.IsFormulaRegexEnabled() + || rOldOpt.IsFormulaWildcardsEnabled() != rNewOpt.IsFormulaWildcardsEnabled() ); pDoc->SetDocOptions( rNewOpt ); pDocSh->SetDocumentModified(); |