diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-17 16:08:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-20 20:09:37 +0200 |
commit | 8e4b0329dd49d79359d89d7c0209fba4072caeef (patch) | |
tree | db3b6c5195a02675d1ece8786bb3835d4da25dfc /include/xmloff | |
parent | 1db6a4c78f688e8f9af5505e691bcae079c2348f (diff) |
loplugin:virtualdead unused param in RedlineAdjustStartNodeCursor
Change-Id: Ic8eaad705b0cf8289035f7eee3ad01439fc24ee7
Reviewed-on: https://gerrit.libreoffice.org/81155
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/txtimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx index 0a9108cab66c..f2db2826cf2d 100644 --- a/include/xmloff/txtimp.hxx +++ b/include/xmloff/txtimp.hxx @@ -674,7 +674,7 @@ public: /// range is not within <text:p> bool bIsOutsideOfParagraph); - virtual void RedlineAdjustStartNodeCursor( bool bStart ); + virtual void RedlineAdjustStartNodeCursor(); virtual void SetShowChanges( bool bShowChanges ); virtual void SetRecordChanges( bool bRecordChanges ); virtual void SetChangesProtectionKey( |