summaryrefslogtreecommitdiff
path: root/include/svx/svdpage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-19 15:05:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-20 08:58:34 +0200
commitc9faab624519a1ecc35dcfe4126886b1c3ceddc6 (patch)
treeea54b7b1c92a307c563a8f17e6773ecf163fae5d /include/svx/svdpage.hxx
parenta161e41439fc6f9093c212a523154e5146bb1502 (diff)
loplugin:unnecessaryvirtual
Change-Id: Ieecb426f4f839bb1f94e58e45a99643a74ec3009 Reviewed-on: https://gerrit.libreoffice.org/53165 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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdpage.hxx b/include/svx/svdpage.hxx
index 3e8fcb54f880..a6ab2f97229f 100644
--- a/include/svx/svdpage.hxx
+++ b/include/svx/svdpage.hxx
@@ -91,7 +91,7 @@ private:
public:
SdrObjList(SdrPage* pNewPage = nullptr);
virtual ~SdrObjList();
- virtual SdrObjList* CloneSdrObjList(SdrModel* pNewModel = nullptr) const;
+ SdrObjList* CloneSdrObjList(SdrModel* pNewModel = nullptr) const;
void CopyObjects(const SdrObjList& rSrcList, SdrModel* pNewModel = nullptr);
/// clean up everything (without Undo)