summaryrefslogtreecommitdiff
path: root/svx/inc/sdr
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-16 09:49:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 12:18:39 +0000
commit1d852b32d7ad89b2317c04958060f366f8922ca4 (patch)
tree69720512c5675dfad89d00e1134b46faff5eb7b6 /svx/inc/sdr
parent383b75f4f516d6a5d256ffc08bc0e7836520447b (diff)
loplugin:unusedmethods svx
Change-Id: I92158457b3ffaaf7c84c6f4c87708d766c8c9f61 Reviewed-on: https://gerrit.libreoffice.org/17117 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/inc/sdr')
-rw-r--r--svx/inc/sdr/contact/objectcontactofpageview.hxx3
-rw-r--r--svx/inc/sdr/contact/viewcontactofsdrpage.hxx3
-rw-r--r--svx/inc/sdr/overlay/overlaymanagerbuffered.hxx3
3 files changed, 0 insertions, 9 deletions
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;