summaryrefslogtreecommitdiff
path: root/include/editeng/svxrtf.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-18 14:19:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-21 14:47:26 +0200
commit3f2babb8aa1267649fa1c1903d11b7c0c304cf7c (patch)
tree8f22d7661eaf4a1f1aa17aff6a0e3b37416c671e /include/editeng/svxrtf.hxx
parent5968c5b1f785a54fe28ddbc47abd77d4f40c720e (diff)
loplugin:virtualdead unused param in UnknownAttrToken
Change-Id: Iccf88b919cfc40419271e6f18d101027ef2bb9df Reviewed-on: https://gerrit.libreoffice.org/81218 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/svxrtf.hxx')
-rw-r--r--include/editeng/svxrtf.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index 1188ed65f8af..5c070f652be7 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -244,7 +244,7 @@ protected:
sal_Int32& rCntPos )=0;
virtual void SetAttrInDoc( SvxRTFItemStackType &rSet );
// for Tokens, which are not evaluated in ReadAttr
- virtual void UnknownAttrToken( int nToken, SfxItemSet* pSet );
+ virtual void UnknownAttrToken( int nToken );
// if no-one would like to have any twips
virtual void CalcValue();