summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-11-26 16:55:51 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-11-26 16:55:51 +0300
commit15b337d3f4caa3fa71160dc93b7caf4f2c098b06 (patch)
tree140b1c2923ef84108c6e85fdc2403a21d47f106c /plugins/SpellChecker/src/stdafx.h
parent70cd3610f4ec0131fe3c9308a483935e9f1c788c (diff)
fixes #4692 (SpellChecker to use the native Windows speller if present)
Diffstat (limited to 'plugins/SpellChecker/src/stdafx.h')
-rw-r--r--plugins/SpellChecker/src/stdafx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/stdafx.h b/plugins/SpellChecker/src/stdafx.h
index 57eeba34e8..a7ff2b119e 100644
--- a/plugins/SpellChecker/src/stdafx.h
+++ b/plugins/SpellChecker/src/stdafx.h
@@ -83,7 +83,6 @@ struct CMPlugin : public PLUGIN<CMPlugin>
std::map<std::wstring, int> locales;
- CComPtr<ISpellChecker> m_speller;
CComPtr<ISpellCheckerFactory> m_spellFactory;
int Load() override;