diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-30 14:48:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-30 17:29:08 +0000 |
commit | 7ba513361df3cdde639f80757a299721023d46a1 (patch) | |
tree | bc7fd58ee33cf4ab4c2432f8647e351fb847345c /sw/inc/dcontact.hxx | |
parent | a362c0145731031834bc3a73c8e3577bf6c12720 (diff) |
loplugin:virtualdead
GetPDFAnchorStructureElementId was added in commit 6e5d59c2ca696, but
was unused even there
Change-Id: Id0624cac2854f5406ca93a4c495632fc3c1d0e74
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146354
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/dcontact.hxx')
-rw-r--r-- | sw/inc/dcontact.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx index c10d83c6dec5..20d99f4e7523 100644 --- a/sw/inc/dcontact.hxx +++ b/sw/inc/dcontact.hxx @@ -390,7 +390,7 @@ class SAL_DLLPUBLIC_RTTI SwDrawContact final : public SwContact /// Virtual methods of SdrObjUserCall. virtual void Changed(const SdrObject& rObj, SdrUserCallType eType, const tools::Rectangle& rOldBoundRect) override; - virtual sal_Int32 GetPDFAnchorStructureElementId(SdrObject const& rObj, OutputDevice const&) override; + virtual sal_Int32 GetPDFAnchorStructureElementId(SdrObject const& rObj) override; /** Used by Changed() and by UndoDraw. Notifies paragraphs that have to get out of the way. */ |