From 7a091a2945a5b22a81eb124ae9c02a89c3ac25f0 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Wed, 15 Aug 2001 12:14:59 +0000 Subject: #88644# correct getImplementationId and insert some DBG's --- dbaccess/source/ui/browser/dbtreemodel.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/browser/dbtreemodel.hxx') diff --git a/dbaccess/source/ui/browser/dbtreemodel.hxx b/dbaccess/source/ui/browser/dbtreemodel.hxx index fbb0f4b48a9c..0875fd848b31 100644 --- a/dbaccess/source/ui/browser/dbtreemodel.hxx +++ b/dbaccess/source/ui/browser/dbtreemodel.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbtreemodel.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: oj $ $Date: 2001-05-14 11:58:59 $ + * last change: $Author: oj $ $Date: 2001-08-15 13:14:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,6 +105,7 @@ namespace dbaui SbaTableQueryBrowser::EntryType eType; DBTreeListUserData(); + ~DBTreeListUserData(); }; static sal_uInt16 getImageResId(SbaTableQueryBrowser::EntryType _eType); -- cgit