Kaydet (Commit) 9c67eebf authored tarafından Noel Grandin's avatar Noel Grandin

no need to explicitly specify these destructors

the compiler will do it for us

Change-Id: I6ea04aa32ee3357d01a4dbfc58ebbaedff38c0ab
üst 3c99f850
......@@ -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(); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment