summaryrefslogtreecommitdiff
path: root/include/editeng/unolingu.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/unolingu.hxx
parentcb53d9c4a2b0e57871567c3c819bb349d12542a6 (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I5bb3c63790cb153c0d6f57a681ec6dda71d482be
Diffstat (limited to 'include/editeng/unolingu.hxx')
-rw-r--r--include/editeng/unolingu.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unolingu.hxx b/include/editeng/unolingu.hxx
index 761d10995c0c..20e3b2e35ea9 100644
--- a/include/editeng/unolingu.hxx
+++ b/include/editeng/unolingu.hxx
@@ -140,7 +140,7 @@ EDITENG_DLLPUBLIC css::uno::Reference<
//TODO: remove argument or provide SvxGetIgnoreAllList with the same one
EDITENG_DLLPUBLIC css::uno::Reference<
css::linguistic2::XDictionary > SvxGetOrCreatePosDic(
- css::uno::Reference< css::linguistic2::XSearchableDictionaryList > xDicList );
+ css::uno::Reference< css::linguistic2::XSearchableDictionaryList > const & xDicList );
EDITENG_DLLPUBLIC css::uno::Reference<
css::linguistic2::XDictionary > SvxGetIgnoreAllList();
EDITENG_DLLPUBLIC css::uno::Reference<