[Libreoffice-commits] core.git: forms/source

Stephan Bergmann sbergman at redhat.com
Tue Apr 1 10:42:35 PDT 2014


 forms/source/inc/FormComponent.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6478730e126f0bf90790eb89c99a5eebced1409d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Apr 1 19:42:02 2014 +0200

    Forgotten TODO
    
    Change-Id: I4fb1c155c533445856639498e73c728933bb3dd7

diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 27e6f8d..adfb2ed 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -529,7 +529,7 @@ public:
 
 // simple destructor
 #define DECLARE_DEFAULT_DTOR( classname )   \
-    ~classname()override/*TODO*/            \
+    virtual ~classname()
 
 // constructor for cloning a class
 #define DECLARE_DEFAULT_CLONE_CTOR( classname )  \


More information about the Libreoffice-commits mailing list