summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/IUpdateHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/IUpdateHelper.hxx')
-rw-r--r--dbaccess/source/ui/inc/IUpdateHelper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/source/ui/inc/IUpdateHelper.hxx b/dbaccess/source/ui/inc/IUpdateHelper.hxx
index b9976efe9935..d416b4d7bdc3 100644
--- a/dbaccess/source/ui/inc/IUpdateHelper.hxx
+++ b/dbaccess/source/ui/inc/IUpdateHelper.hxx
@@ -46,6 +46,9 @@ namespace dbaui
virtual void updateTimestamp(sal_Int32 _nPos,const ::com::sun::star::util::DateTime& _nValue) = 0;
virtual void moveToInsertRow() = 0;
virtual void insertRow() = 0;
+
+ protected:
+ ~IUpdateHelper() {}
};
}