From 97eacd1d5581395de8801e5ba962044132575218 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 16 Jan 2015 15:29:28 +0200 Subject: vcl: VclPtr conversion in dbaccess Change-Id: I85fce0403121ffe55204d78445e4809960ec404a --- dbaccess/source/ui/relationdesign/RelationDesignView.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dbaccess/source/ui/relationdesign/RelationDesignView.cxx') diff --git a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx index a27f4a5b2eb6..86b52a38bd6c 100644 --- a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx +++ b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx @@ -50,10 +50,6 @@ ORelationDesignView::ORelationDesignView(vcl::Window* _pParent, ORelationControl { } -ORelationDesignView::~ORelationDesignView() -{ -} - void ORelationDesignView::Construct() { m_pTableView = new ORelationTableView(m_pScrollWindow,this); -- cgit