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

Noel Grandin noel at peralex.com
Mon Oct 12 04:01:14 PDT 2015


 sw/source/ui/dialog/swdlgfact.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 9c67eebf79084e51ef2f0fd5a45dc34bd64e1d49
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Oct 12 12:54:30 2015 +0200

    no need to explicitly specify these destructors
    
    the compiler will do it for us
    
    Change-Id: I6ea04aa32ee3357d01a4dbfc58ebbaedff38c0ab

diff --git a/sw/source/ui/dialog/swdlgfact.hxx b/sw/source/ui/dialog/swdlgfact.hxx
index fa8f104..8eb5fac 100644
--- a/sw/source/ui/dialog/swdlgfact.hxx
+++ b/sw/source/ui/dialog/swdlgfact.hxx
@@ -53,13 +53,9 @@ public:                                             \
     explicit        Class( DialogClass* p)          \
                      : pDlg(p)                      \
                      {}                             \
-    virtual         ~Class();                       \
     virtual short   Execute() SAL_OVERRIDE ;
 
 #define IMPL_ABSTDLG_BASE(Class)                    \
-Class::~Class()                                     \
-{                                                   \
-}                                                   \
 short Class::Execute()                             \
 {                                                   \
     return pDlg->Execute();                         \


More information about the Libreoffice-commits mailing list