[Libreoffice-commits] core.git: Branch 'aoo/trunk' - dbaccess/source

Herbert Dürr hdu at apache.org
Tue Mar 11 05:08:06 PDT 2014


 dbaccess/source/ui/dlg/adminpages.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 37c323d4bb5a6ead8c456dc3c75053b847a39436
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Mar 11 10:43:15 2014 +0000

    #i124401# add a virtual destructor to dbaui::ISaveValueWrapper
    
    because dbaui::TDeleteWrapperFunctor needs it to delete its derived classes

diff --git a/dbaccess/source/ui/dlg/adminpages.hxx b/dbaccess/source/ui/dlg/adminpages.hxx
index 43e4ba4..1ee532d 100644
--- a/dbaccess/source/ui/dlg/adminpages.hxx
+++ b/dbaccess/source/ui/dlg/adminpages.hxx
@@ -54,6 +54,7 @@ namespace dbaui
     class SAL_NO_VTABLE ISaveValueWrapper
     {
     public:
+        virtual ~ISaveValueWrapper() {}
         virtual bool SaveValue() = 0;
         virtual bool Disable() = 0;
     };


More information about the Libreoffice-commits mailing list