diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:57:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:57:38 +0000 |
commit | a0873a7f196da7448c4439978f5b6c1730b95fa4 (patch) | |
tree | 32230e3a8ede9088f8bd857b81654cd8025e96ec /dbaccess/source/ui/browser/exsrcbrw.cxx | |
parent | 09d04e544f79ac1b671801fd7b2242f22312e1df (diff) |
INTEGRATION: CWS warnings01 (1.28.74); FILE MERGED
2006/03/24 15:36:02 fs 1.28.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source/ui/browser/exsrcbrw.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/exsrcbrw.cxx | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/dbaccess/source/ui/browser/exsrcbrw.cxx b/dbaccess/source/ui/browser/exsrcbrw.cxx index ef323f2f4..7e7c43c58 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.28 $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:20:58 $ + * last change: $Author: hr $ $Date: 2006-06-20 02:57:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -100,8 +100,8 @@ DBG_NAME(SbaExternalSourceBrowser) //------------------------------------------------------------------------------ SbaExternalSourceBrowser::SbaExternalSourceBrowser(const Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rM) :SbaXDataBrowserController(_rM) - ,m_pDataSourceImpl(NULL) ,m_aModifyListeners(getMutex()) + ,m_pDataSourceImpl(NULL) ,m_bInQueryDispatch( sal_False ) { DBG_CTOR(SbaExternalSourceBrowser,NULL); @@ -150,7 +150,7 @@ Reference< XRowSet > SbaExternalSourceBrowser::CreateForm() } //------------------------------------------------------------------------------ -sal_Bool SbaExternalSourceBrowser::InitializeForm(const Reference< XRowSet > & xForm) +sal_Bool SbaExternalSourceBrowser::InitializeForm(const Reference< XRowSet > & /*xForm*/) { return sal_True; } @@ -505,17 +505,5 @@ void SbaExternalSourceBrowser::stopListening() } } -//------------------------------------------------------------------ -//sal_uInt16 SbaExternalSourceBrowser::SaveData(sal_Bool bUI, sal_Bool bForBrowsing) -//{ -// if (m_bSuspending) -// // don't ask the user if we're beeing suspended currently -// // this is the responsibility of our owner, as we are only an external view to an existing form -// // 73384 - 22.02.00 - FS -// return (sal_uInt16)sal_True; -// -// return SbaXDataBrowserController::SaveData(bUI, bForBrowsing); -//} - //================================================================== //================================================================== |