User: hr      
Date: 06/06/19 19:57:41

Modified:
 /dba/dbaccess/source/ui/browser/
  exsrcbrw.cxx

Log:
 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)

File Changes:

Directory: /dba/dbaccess/source/ui/browser/
===========================================

File [changed]: exsrcbrw.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/exsrcbrw.cxx?r1=1.28&r2=1.29
Delta lines:  +2 -14
--------------------
--- exsrcbrw.cxx        23 Sep 2005 12:20:58 -0000      1.28
+++ exsrcbrw.cxx        20 Jun 2006 02:57:38 -0000      1.29
@@ -100,8 +100,8 @@
 
//------------------------------------------------------------------------------
 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 @@
 }
 
 
//------------------------------------------------------------------------------
-sal_Bool SbaExternalSourceBrowser::InitializeForm(const Reference< XRowSet > & 
xForm)
+sal_Bool SbaExternalSourceBrowser::InitializeForm(const Reference< XRowSet > & 
/*xForm*/)
 {
        return sal_True;
 }
@@ -504,18 +504,6 @@
                
xLoadable->removeLoadListener((::com::sun::star::form::XLoadListener*)this);
        }
 }
-
-//------------------------------------------------------------------
-//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);
-//}
 
 //==================================================================
 //==================================================================




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to