diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-21 17:06:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-22 09:12:56 +0200 |
commit | c82cf38427c47f60ba6cc6a008c9f60fb488dae9 (patch) | |
tree | 88e3145e80ad802f9b0c27f00139efb3712bef1a /include/editeng/editview.hxx | |
parent | 5fad6eb1b38d369f4f7ca401f3c651292667486e (diff) |
loplugin:constparams in editeng,lingucomponent
Change-Id: I99d9153e3fd1fead34c856ac68a120bb06a003d3
Reviewed-on: https://gerrit.libreoffice.org/40296
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/editview.hxx')
-rw-r--r-- | include/editeng/editview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx index 62e5de2aad2b..bbf70718c5bc 100644 --- a/include/editeng/editview.hxx +++ b/include/editeng/editview.hxx @@ -230,7 +230,7 @@ public: bool IsCursorAtWrongSpelledWord(); bool IsWrongSpelledWordAtPos( const Point& rPosPixel, bool bMarkIfWrong = false ); - void ExecuteSpellPopup( const Point& rPosPixel, Link<SpellCallbackInfo&,void>* pCallBack ); + void ExecuteSpellPopup( const Point& rPosPixel, Link<SpellCallbackInfo&,void> const * pCallBack ); void InsertField( const SvxFieldItem& rFld ); const SvxFieldItem* GetFieldUnderMousePointer() const; |