diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-07-18 10:34:19 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-07-18 10:34:19 +0000 |
commit | c60147c84d9dd7c579b6c7d8cd02caa19960c23e (patch) | |
tree | a8f959196d4d3d3a46ad6fcf6ea1bb3fdb85a0ea /dbaccess/source/ui/querydesign/JoinController.cxx | |
parent | 6b366a27bcfe43391502f2dc415cd2c334e1bcc6 (diff) |
#85664# enable copy/cut/paste/delete keys
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinController.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
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; |