From 1534025a0386584a7b8f3f929b10ce5eb33257cf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 23 Sep 2018 08:48:06 +0200 Subject: loplugin:methodcycles more graph theory for the win implemeent a reduction approach, which is good at finding virtual methods that only themselves or their virtual partners. The accessibility GetVisArea stuff is dead since commit 891e41fac81fbd8d5cdb277b26639abfd25a7143 Date: Wed Apr 4 11:23:22 2018 +0200 dead code in AccessibleTextHelper_Impl::UpdateVisibleChildren Change-Id: I78d9d8bca585ecec8394f2c3fe2baa93db0e58f5 Reviewed-on: https://gerrit.libreoffice.org/60912 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/objsh.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sfx2/objsh.hxx') diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 1c31ed32d9c6..54d97faf3162 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -437,7 +437,6 @@ public: Size GetFirstPageSize(); bool DoClose(); - virtual void PrepareReload(); std::shared_ptr GetPreviewMetaFile( bool bFullContent = false ) const; virtual void CancelTransfers(); @@ -580,7 +579,6 @@ public: static OUString GetServiceNameFromFactory( const OUString& rFact ); bool IsInPlaceActive(); bool IsUIActive(); - virtual void InPlaceActivate( bool ); static bool CopyStoragesOfUnknownMediaType( const css::uno::Reference< css::embed::XStorage >& xSource, -- cgit