summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellAttrib.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/SpellAttrib.hxx')
-rw-r--r--cui/source/dialogs/SpellAttrib.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/dialogs/SpellAttrib.hxx b/cui/source/dialogs/SpellAttrib.hxx
index a3e7983dbeea..4069af899875 100644
--- a/cui/source/dialogs/SpellAttrib.hxx
+++ b/cui/source/dialogs/SpellAttrib.hxx
@@ -41,7 +41,6 @@ struct SpellErrorDescription
OUString sExplanationURL;
css::lang::Locale aLocale;
css::uno::Reference< css::linguistic2::XProofreader > xGrammarChecker;
- OUString sServiceName; ///< service name of GrammarChecker/SpellChecker
css::uno::Sequence< OUString > aSuggestions;
OUString sRuleId;
@@ -53,7 +52,6 @@ struct SpellErrorDescription
const css::lang::Locale& rLocale,
const css::uno::Sequence< OUString >& rSuggestions,
css::uno::Reference< css::linguistic2::XProofreader > rxGrammarChecker,
- const OUString& rServiceName,
const OUString* pDialogTitle = nullptr,
const OUString* pExplanation = nullptr,
const OUString* pRuleId = nullptr,
@@ -65,7 +63,6 @@ struct SpellErrorDescription
sExplanationURL( ),
aLocale( rLocale ),
xGrammarChecker( rxGrammarChecker ),
- sServiceName( rServiceName ),
aSuggestions( rSuggestions )
{
if( pDialogTitle )