summaryrefslogtreecommitdiff
path: root/include/editeng/splwrap.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:56:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commite4651e2003c0d079b915ccef335374c1bf015a5a (patch)
tree7eb7e5988f3179f2591eca116bb78ce8032cebf5 /include/editeng/splwrap.hxx
parentcb53d9c4a2b0e57871567c3c819bb349d12542a6 (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I5bb3c63790cb153c0d6f57a681ec6dda71d482be
Diffstat (limited to 'include/editeng/splwrap.hxx')
-rw-r--r--include/editeng/splwrap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx
index 1c0bb3bbe5b5..b6b651ae64f4 100644
--- a/include/editeng/splwrap.hxx
+++ b/include/editeng/splwrap.hxx
@@ -82,10 +82,10 @@ public:
virtual ~SvxSpellWrapper();
static sal_Int16 CheckSpellLang(
- css::uno::Reference< css::linguistic2::XSpellChecker1 > xSpell,
+ css::uno::Reference< css::linguistic2::XSpellChecker1 > const & xSpell,
sal_Int16 nLang );
static sal_Int16 CheckHyphLang(
- css::uno::Reference< css::linguistic2::XHyphenator > xHyph,
+ css::uno::Reference< css::linguistic2::XHyphenator >const & xHyph,
sal_Int16 nLang );
static void ShowLanguageErrors();