diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-20 12:00:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-20 13:41:12 +0200 |
commit | 236305f56743e11fb2102a0c3668fd310d630f7d (patch) | |
tree | 5e9f76e596ab8b773a9fbeb6914a9ac896d670be /linguistic/inc/iprcache.hxx | |
parent | 08366676c82d585019b575eb9ddb2d9fc537dd76 (diff) |
loplugin:constparams in linguistic
Change-Id: I7495c476b52a804971eaa97db011530842025fa9
Reviewed-on: https://gerrit.libreoffice.org/40221
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic/inc/iprcache.hxx')
-rw-r--r-- | linguistic/inc/iprcache.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/inc/iprcache.hxx b/linguistic/inc/iprcache.hxx index da467b3468f1..10c47b5c7df7 100644 --- a/linguistic/inc/iprcache.hxx +++ b/linguistic/inc/iprcache.hxx @@ -59,8 +59,8 @@ class FlushListener : public: FlushListener( SpellCache& rFO ) : mrSpellCache(rFO) {} - void SetDicList( css::uno::Reference< css::linguistic2::XSearchableDictionaryList > &rDL ); - void SetPropSet( css::uno::Reference< css::linguistic2::XLinguProperties > &rPS ); + void SetDicList( css::uno::Reference< css::linguistic2::XSearchableDictionaryList > const &rDL ); + void SetPropSet( css::uno::Reference< css::linguistic2::XLinguProperties > const &rPS ); //XEventListener virtual void SAL_CALL disposing( const css::lang::EventObject& rSource ) override; |