include/unotools/lingucfg.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 13898cc9fefe7227c2119d3996f13d67877b8a6d
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Tue Nov 14 11:18:25 2023 +0000
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Tue Nov 14 13:39:50 2023 +0100

    cid#708565 Uninitialized scalar field
    
    left overs since:
    
    commit 9bb9ba6ae02692e65498bae4598e3b63bb65c02e
    Date:   Mon Oct 2 12:33:34 2023 +0200
    
        [API CHANGE] Remove deprecated IsSpellCapitalization
    
    Change-Id: I36728eca51fc264e54de42ec2ee6fce06813e9c9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159409
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

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;
 

Reply via email to