summaryrefslogtreecommitdiff
path: root/include/svx/svdpage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-28 14:34:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-29 08:33:52 +0200
commit7f590dd7f492982f233d59afe672fa38a29279a3 (patch)
treec6e6a97c2ac4462be854827bfa1955c9b9023878 /include/svx/svdpage.hxx
parent15c9be2bbb9e0ee8853a982f96338960a80d6ee5 (diff)
loplugin:virtualdown in svx
Change-Id: I953780a4b2879266c415a3c4e8992c8be74dced4 Reviewed-on: https://gerrit.libreoffice.org/52001 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdpage.hxx')
-rw-r--r--include/svx/svdpage.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svx/svdpage.hxx b/include/svx/svdpage.hxx
index 8cd45fbe93f5..1a7fdb59a7fa 100644
--- a/include/svx/svdpage.hxx
+++ b/include/svx/svdpage.hxx
@@ -88,8 +88,6 @@ public:
SdrObjList(SdrModel* pNewModel, SdrPage* pNewPage);
virtual ~SdrObjList();
- virtual SdrObjList* Clone() const;
-
void CopyObjects(const SdrObjList& rSrcList);
/// clean up everything (without Undo)
void Clear();
@@ -428,7 +426,7 @@ protected:
public:
explicit SdrPage(SdrModel& rNewModel, bool bMasterPage=false);
virtual ~SdrPage() override;
- virtual SdrPage* Clone() const override;
+ virtual SdrPage* Clone() const;
virtual SdrPage* Clone(SdrModel* pNewModel) const;
bool IsMasterPage() const { return mbMaster; }
void SetInserted(bool bNew = true);