diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-06 15:58:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-07 14:29:44 +0200 |
commit | a19e8ddded0aa4d1fe1d36a3c63dff43cb8ad589 (patch) | |
tree | 69368dbc9ba9d0129edde90890f4eccde73aa68c /sc | |
parent | 39f88f29725a5e896bdd3dffc8957f50a19c1698 (diff) |
loplugin:unusedmethods
Change-Id: I6295d6ff6fb7410852351801c324244308c5c472
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121751
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/drawsh.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/inc/drawsh.hxx b/sc/source/ui/inc/drawsh.hxx index 8644bc13f3d5..ae78ad10296a 100644 --- a/sc/source/ui/inc/drawsh.hxx +++ b/sc/source/ui/inc/drawsh.hxx @@ -43,8 +43,6 @@ class ScDrawShell : public SfxShell DECL_LINK( NameObjectHdl, AbstractSvxObjectNameDialog&, bool ); - void SetHlinkForObject( SdrObject* pObj, const OUString& rHlnk ); - protected: virtual void Activate(bool bMDI) override; ScViewData& GetViewData() { return rViewData; } |