summaryrefslogtreecommitdiff
path: root/include/editeng/unolingu.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-28 12:07:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-28 21:32:33 +0200
commit32894034ea7b283d6c60cb77ef5d8b43a9c15d65 (patch)
treea210de631bfb7c824c8caaf71cab098358727b81 /include/editeng/unolingu.hxx
parent977a676a718bfa682352d023420f4026ea9d7025 (diff)
loplugin:constparams in editeng
Change-Id: Ice32a16d14d0132a19e8209d311bb799fd7ee0c8 Reviewed-on: https://gerrit.libreoffice.org/40526 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 8558925cc401..78807780da17 100644
--- a/include/editeng/unolingu.hxx
+++ b/include/editeng/unolingu.hxx
@@ -121,7 +121,7 @@ private:
public:
SvxDicListChgClamp( css::uno::Reference<
- css::linguistic2::XSearchableDictionaryList > &rxDicList );
+ css::linguistic2::XSearchableDictionaryList > const &rxDicList );
~SvxDicListChgClamp();
};