[Libreoffice-commits] core.git: include/svx
Stephan Bergmann
sbergman at redhat.com
Fri Dec 5 00:09:11 PST 2014
include/svx/obj3d.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 166fe80d65f1d46e52d313cf8894d9604b6a2ab8
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Dec 5 09:06:40 2014 +0100
-Werror,-Winconsistent-missing-override
...looks like loplugin:saloverride has problems detecting missing overrides in
case of covariant return types
Change-Id: I08f2f67a33cd1cfaf9308cd87d7a5f92203980ed
diff --git a/include/svx/obj3d.hxx b/include/svx/obj3d.hxx
index f370f20..b11f1d5 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;
More information about the Libreoffice-commits
mailing list