diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-10-17 07:36:20 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-10-17 07:36:20 +0000 |
commit | 84ecbfca4862f41b0cac86e37347a4db9839424c (patch) | |
tree | 0339d36ae8038ca661416324a84d0f788ec8c2e3 /connectivity/source/sdbcx/VView.cxx | |
parent | c0634454adf76a6f3d74f379a71469d316670da8 (diff) |
insert dtor
Diffstat (limited to 'connectivity/source/sdbcx/VView.cxx')
-rw-r--r-- | connectivity/source/sdbcx/VView.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VView.cxx b/connectivity/source/sdbcx/VView.cxx index ba0fdaa895aa..abce9fb1d355 100644 --- a/connectivity/source/sdbcx/VView.cxx +++ b/connectivity/source/sdbcx/VView.cxx @@ -2,9 +2,9 @@ * * $RCSfile: VView.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: oj $ $Date: 2000-10-09 12:06:36 $ + * last change: $Author: oj $ $Date: 2000-10-17 08:36:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,6 +100,10 @@ OView::OView(sal_Bool _bCase): ODescriptor(OViewHelper::rBHelper,_bCase,sal_True { } // ------------------------------------------------------------------------- +OView::~OView() +{ +} +// ------------------------------------------------------------------------- void OView::construct() { ODescriptor::construct(); |