From 1d852b32d7ad89b2317c04958060f366f8922ca4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 16 Jul 2015 09:49:37 +0200 Subject: loplugin:unusedmethods svx Change-Id: I92158457b3ffaaf7c84c6f4c87708d766c8c9f61 Reviewed-on: https://gerrit.libreoffice.org/17117 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svx/inc/sdr/contact/objectcontactofpageview.hxx | 3 --- svx/inc/sdr/contact/viewcontactofsdrpage.hxx | 3 --- svx/inc/sdr/overlay/overlaymanagerbuffered.hxx | 3 --- 3 files changed, 9 deletions(-) (limited to 'svx/inc/sdr') diff --git a/svx/inc/sdr/contact/objectcontactofpageview.hxx b/svx/inc/sdr/contact/objectcontactofpageview.hxx index 21b75878dda3..111f38615299 100644 --- a/svx/inc/sdr/contact/objectcontactofpageview.hxx +++ b/svx/inc/sdr/contact/objectcontactofpageview.hxx @@ -92,9 +92,6 @@ namespace sdr // check if asynchronious graphis loading is allowed. Default is sal_False. virtual bool IsAsynchronGraphicsLoadingAllowed() const SAL_OVERRIDE; - // check if buffering of MasterPages is allowed. Default is sal_False. - virtual bool IsMasterPageBufferingAllowed() const SAL_OVERRIDE; - // print? Default is false virtual bool isOutputToPrinter() const SAL_OVERRIDE; diff --git a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx index 47746ebc6d2b..90d9401b0cd8 100644 --- a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx +++ b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx @@ -204,9 +204,6 @@ public: // React on changes of the object of this ViewContact virtual void ActionChanged() SAL_OVERRIDE; - // override for acessing the SdrPage - virtual SdrPage* TryToGetSdrPage() const SAL_OVERRIDE; - protected: // This method is responsible for creating the graphical visualisation data // ONLY based on model data diff --git a/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx b/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx index 48feb1dd7e0b..5fd9096e87f1 100644 --- a/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx +++ b/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx @@ -79,9 +79,6 @@ namespace sdr // flush. Do buffered updates. virtual void flush() SAL_OVERRIDE; - // #i68597# part of content gets copied, react on it - virtual void copyArea(const Point& rDestPt, const Point& rSrcPt, const Size& rSrcSize) SAL_OVERRIDE; - // restore part of background. Implemented form buffered versions only. virtual void restoreBackground(const vcl::Region& rRegion) const SAL_OVERRIDE; -- cgit