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
This commit is contained in:
parent
fc9100b856
commit
b6a961fc6c
1 changed files with 7 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue