summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellAttrib.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:56:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commit269a888905bcee0b773b1206766e838b211f82a2 (patch)
treec95b456af01712df6c783cc27e5035b8752e72e0 /cui/source/dialogs/SpellAttrib.hxx
parente0341d9be8817650482a4ff70006977fb00ef4cc (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I51957af512cae8ec838fd9b14bd576356edd2611
Diffstat (limited to 'cui/source/dialogs/SpellAttrib.hxx')
-rw-r--r--cui/source/dialogs/SpellAttrib.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/SpellAttrib.hxx b/cui/source/dialogs/SpellAttrib.hxx
index 8578914890d0..77f0704ba9a4 100644
--- a/cui/source/dialogs/SpellAttrib.hxx
+++ b/cui/source/dialogs/SpellAttrib.hxx
@@ -48,7 +48,7 @@ struct SpellErrorDescription
const OUString& rText,
const css::lang::Locale& rLocale,
const css::uno::Sequence< OUString >& rSuggestions,
- css::uno::Reference< css::linguistic2::XProofreader > rxGrammarChecker,
+ css::uno::Reference< css::linguistic2::XProofreader > const & rxGrammarChecker,
const OUString* pDialogTitle = nullptr,
const OUString* pExplanation = nullptr,
const OUString* pRuleId = nullptr,