From c60147c84d9dd7c579b6c7d8cd02caa19960c23e Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Wed, 18 Jul 2001 10:34:19 +0000 Subject: #85664# enable copy/cut/paste/delete keys --- dbaccess/source/ui/querydesign/JoinController.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx') diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx index 74a5c02e31a0..a43396f5b613 100644 --- a/dbaccess/source/ui/querydesign/JoinController.cxx +++ b/dbaccess/source/ui/querydesign/JoinController.cxx @@ -2,9 +2,9 @@ * * $RCSfile: JoinController.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: oj $ $Date: 2001-06-28 14:22:47 $ + * last change: $Author: oj $ $Date: 2001-07-18 11:34:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -195,7 +195,6 @@ OJoinController::~OJoinController() void OJoinController::disposing() { OGenericUnoController::disposing(); - delete m_pView; m_pView = NULL; m_pAddTabDlg = NULL; -- cgit