summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryTextView.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-09-20 11:59:25 +0000
committerOcke Janssen <oj@openoffice.org>2001-09-20 11:59:25 +0000
commit1581a0d3ca842ea2c35e6699b01ff41f1825c9dd (patch)
treebc1391c35d6c99b3157051997284555d22e2ac1a /dbaccess/source/ui/querydesign/QueryTextView.cxx
parent21301e1d332c067e4e000d826bedb3247923e0eb (diff)
#92232# fixes for BIGINT type and new property HELPTEXT
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryTextView.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QueryTextView.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryTextView.cxx b/dbaccess/source/ui/querydesign/QueryTextView.cxx
index bbc301a552ab..92f565d8d7d7 100644
--- a/dbaccess/source/ui/querydesign/QueryTextView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTextView.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: QueryTextView.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: fs $ $Date: 2001-08-23 14:39:09 $
+ * last change: $Author: oj $ $Date: 2001-09-20 12:56:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,7 +130,7 @@ OQueryTextView::OQueryTextView(OQueryContainerWindow* _pParent)
// -----------------------------------------------------------------------------
OQueryTextView::~OQueryTextView()
{
- delete m_pEdit;
+ DELETEZ(m_pEdit);
DBG_DTOR(OQueryTextView,NULL);
}
// -----------------------------------------------------------------------------