diff options
-rw-r--r-- | include/unotools/lingucfg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx index c924d7898764..2256daa24964 100644 --- a/include/unotools/lingucfg.hxx +++ b/include/unotools/lingucfg.hxx @@ -85,13 +85,11 @@ struct UNOTOOLS_DLLPUBLIC SvtLinguOptions // SpellChecker service specific options bool bIsSpellWithDigits, bIsSpellUpperCase, - bIsSpellCapitalization, bIsSpellClosedCompound, bIsSpellHyphenatedCompound; bool bROIsSpellWithDigits, bROIsSpellUpperCase, - bROIsSpellCapitalization, bROIsSpellClosedCompound, bROIsSpellHyphenatedCompound; |