diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 15:56:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 18:59:55 +0200 |
commit | e4651e2003c0d079b915ccef335374c1bf015a5a (patch) | |
tree | 7eb7e5988f3179f2591eca116bb78ce8032cebf5 /include/editeng/splwrap.hxx | |
parent | cb53d9c4a2b0e57871567c3c819bb349d12542a6 (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.hxx | 4 |
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(); |