diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-12 13:13:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-13 08:38:07 +0200 |
commit | 6694219526e4d759657aecc49483c518f3d573b1 (patch) | |
tree | db19e3cc03f49c28062b51aabeccdd01528be359 /sw/source/uibase/inc/olmenu.hxx | |
parent | ff53b7e475be213a5337e37ba9c8fb73259fb0ad (diff) |
loplugin:unusedfields only-used-in-constructor in sw
Change-Id: I942279bdf2774d6c30deae2b2f35cd9edca07efd
Reviewed-on: https://gerrit.libreoffice.org/55614
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/olmenu.hxx')
-rw-r--r-- | sw/source/uibase/inc/olmenu.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/olmenu.hxx b/sw/source/uibase/inc/olmenu.hxx index d37eb2edbfb5..0f42b7ff05c5 100644 --- a/sw/source/uibase/inc/olmenu.hxx +++ b/sw/source/uibase/inc/olmenu.hxx @@ -99,8 +99,6 @@ class SW_DLLPUBLIC SwSpellPopup OUString m_sExplanationLink; LanguageType m_nCheckedLanguage; - LanguageType m_nGuessLangWord; - LanguageType m_nGuessLangPara; std::map< sal_Int16, OUString > m_aLangTable_Text; std::map< sal_Int16, OUString > m_aLangTable_Paragraph; |