summaryrefslogtreecommitdiffstats
path: root/include/editeng/unoedprx.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-18 15:21:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-21 14:47:48 +0200
commit13012b3cfee3dfe8979de96fe22c9b8d20637755 (patch)
tree07f4052bfc4ba96cae42f7a243243b04da97b4fe /include/editeng/unoedprx.hxx
parentloplugin:virtualdead unused param in UnknownAttrToken (diff)
downloadcore-13012b3cfee3dfe8979de96fe22c9b8d20637755.tar.gz
core-13012b3cfee3dfe8979de96fe22c9b8d20637755.zip
loplugin:virtualdead unused param in EditEngine::FieldClicked
Change-Id: Iffe075960308d5058cb7535e9216caa37aabe0c5 Reviewed-on: https://gerrit.libreoffice.org/81232 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/unoedprx.hxx')
-rw-r--r--include/editeng/unoedprx.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unoedprx.hxx b/include/editeng/unoedprx.hxx
index b0abe19ad0fd..d3e7a1f3461b 100644
--- a/include/editeng/unoedprx.hxx
+++ b/include/editeng/unoedprx.hxx
@@ -55,7 +55,7 @@ public:
virtual SfxItemPool* GetPool() const override;
virtual OUString CalcFieldValue( const SvxFieldItem& rField, sal_Int32 nPara, sal_Int32 nPos, boost::optional<Color>& rpTxtColor, boost::optional<Color>& rpFldColor ) override;
- virtual void FieldClicked( const SvxFieldItem& rField, sal_Int32 nPara, sal_Int32 nPos ) override;
+ virtual void FieldClicked( const SvxFieldItem& rField ) override;
virtual bool IsValid() const override;