From 98973e8ae3581a36d298a3ea97c5c5309efd2b6c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 8 Apr 2014 08:09:19 +0300 Subject: [PATCH] WaE: overriding virtual function declaration not marked 'override' Change-Id: Ib4693d28657cb8d33f41184696cf83c4e55ad0d7 --- include/svx/svdoopengl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/svx/svdoopengl.hxx b/include/svx/svdoopengl.hxx index 4bd4bc27aff4..68428da279c1 100644 --- a/include/svx/svdoopengl.hxx +++ b/include/svx/svdoopengl.hxx @@ -24,7 +24,7 @@ public: OpenGLContext& getOpenGLContext(); - virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact); + virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) SAL_OVERRIDE; private: