[Libreoffice-commits] core.git: include/svx

Tor Lillqvist tml at collabora.com
Mon Apr 7 22:10:58 PDT 2014


 include/svx/svdoopengl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 98973e8ae3581a36d298a3ea97c5c5309efd2b6c
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Apr 8 08:09:19 2014 +0300

    WaE: overriding virtual function declaration not marked 'override'
    
    Change-Id: Ib4693d28657cb8d33f41184696cf83c4e55ad0d7

diff --git a/include/svx/svdoopengl.hxx b/include/svx/svdoopengl.hxx
index 4bd4bc2..68428da 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:
 


More information about the Libreoffice-commits mailing list