diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 14:32:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 14:32:17 +0000 |
commit | afe8f7b10199bb54534cdfca2b421d421326dd0a (patch) | |
tree | 355c880eb16f8cb180853311a58278d6fc6631cf | |
parent | e41f44f8be395c4fb25dcfa69c752ca8d25431ea (diff) |
INTEGRATION: CWS insight01 (1.14.110); FILE MERGED
2004/07/15 10:52:33 oj 1.14.110.2: add chkthis macros
2003/11/05 11:41:01 oj 1.14.110.1: #111075# ongoing work
-rw-r--r-- | dbaccess/source/ui/browser/dataview.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx index ca05c9183e5b..0e846965516c 100644 --- a/dbaccess/source/ui/browser/dataview.cxx +++ b/dbaccess/source/ui/browser/dataview.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dataview.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: oj $ $Date: 2002-07-25 07:08:55 $ + * last change: $Author: hr $ $Date: 2004-08-02 15:32:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -148,12 +148,11 @@ namespace dbaui // ------------------------------------------------------------------------- ODataView::~ODataView() { + DBG_DTOR(ODataView,NULL); setToolBox(NULL); enableSeparator( sal_False ); m_pController->release(); - - DBG_DTOR(ODataView,NULL); } // ------------------------------------------------------------------------- @@ -170,7 +169,7 @@ namespace dbaui } else { - delete m_pSeparator; + ::std::auto_ptr<FixedLine> aTemp(m_pSeparator); m_pSeparator = NULL; } Resize(); |