diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:20:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:20:58 +0000 |
commit | 6902c959e6cab4617e28fe2e9f0b4011ed4fe14a (patch) | |
tree | dbddf701d6d638a4e00f312811d2840a75d30b4a /dbaccess/source/ui/browser/exsrcbrw.cxx | |
parent | 4cb79fc2c8c84f019317c0a52f3c120115fa2054 (diff) |
INTEGRATION: CWS dba201b (1.26.146); FILE MERGED
2005/09/21 07:57:08 oj 1.26.146.2: RESYNC: (1.26-1.27); FILE MERGED
2005/07/11 13:37:14 fs 1.26.146.1: merging CWS dba201 into CWS dba201b
Diffstat (limited to 'dbaccess/source/ui/browser/exsrcbrw.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/exsrcbrw.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/exsrcbrw.cxx b/dbaccess/source/ui/browser/exsrcbrw.cxx index a57af5663..ef323f2f4 100644 --- a/dbaccess/source/ui/browser/exsrcbrw.cxx +++ b/dbaccess/source/ui/browser/exsrcbrw.cxx @@ -4,9 +4,9 @@ * * $RCSfile: exsrcbrw.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:28:44 $ + * last change: $Author: hr $ $Date: 2005-09-23 12:20:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -96,6 +96,7 @@ Any SAL_CALL SbaExternalSourceBrowser::queryInterface(const Type& _rType) throw return aRet; } +DBG_NAME(SbaExternalSourceBrowser) //------------------------------------------------------------------------------ SbaExternalSourceBrowser::SbaExternalSourceBrowser(const Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rM) :SbaXDataBrowserController(_rM) @@ -103,11 +104,15 @@ SbaExternalSourceBrowser::SbaExternalSourceBrowser(const Reference< ::com::sun:: ,m_aModifyListeners(getMutex()) ,m_bInQueryDispatch( sal_False ) { + DBG_CTOR(SbaExternalSourceBrowser,NULL); + } //------------------------------------------------------------------------------ SbaExternalSourceBrowser::~SbaExternalSourceBrowser() { + + DBG_DTOR(SbaExternalSourceBrowser,NULL); } //------------------------------------------------------------------------- |