summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-05 09:06:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-05 16:23:08 +0100
commitf3124d1d42f70375d3c45f3186c774b2891c74ab (patch)
treed6462a5d4be3949fcdfadffa9dd475d83994d5af /include
parent19846fddcd67c13351d2ce4fb11981332f516ce3 (diff)
-Werror,-Winconsistent-missing-override
...looks like loplugin:saloverride has problems detecting missing overrides in case of covariant return types Change-Id: I08f2f67a33cd1cfaf9308cd87d7a5f92203980ed (cherry picked from commit 166fe80d65f1d46e52d313cf8894d9604b6a2ab8)
Diffstat (limited to 'include')
-rw-r--r--include/svx/obj3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/obj3d.hxx b/include/svx/obj3d.hxx
index f370f20a5647..b11f1d5623a2 100644
--- a/include/svx/obj3d.hxx
+++ b/include/svx/obj3d.hxx
@@ -85,7 +85,7 @@ public:
E3dObjList(SdrModel* pNewModel = 0, SdrPage* pNewPage = 0, E3dObjList* pNewUpList = 0);
SVX_DLLPUBLIC virtual ~E3dObjList();
- virtual E3dObjList* Clone() const;
+ virtual E3dObjList* Clone() const SAL_OVERRIDE;
virtual void NbcInsertObject(SdrObject* pObj, size_t nPos=SAL_MAX_SIZE, const SdrInsertReason* pReason=NULL) SAL_OVERRIDE;
virtual void InsertObject(SdrObject* pObj, size_t nPos=SAL_MAX_SIZE, const SdrInsertReason* pReason=NULL) SAL_OVERRIDE;