User: hr Date: 06/06/19 18:46:36 Modified: /dba/connectivity/source/drivers/mozab/bootstrap/ MMozillaBootstrap.cxx
Log: INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:59:14 fs 1.3.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/drivers/mozab/bootstrap/ ============================================================ File [changed]: MMozillaBootstrap.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx?r1=1.3&r2=1.4 Delta lines: +1 -2 ------------------- --- MMozillaBootstrap.cxx 8 Sep 2005 06:22:32 -0000 1.3 +++ MMozillaBootstrap.cxx 20 Jun 2006 01:46:33 -0000 1.4 @@ -81,9 +81,8 @@ void MozillaBootstrap::Init() { sal_Bool aProfileExists=sal_False; - sal_Int32 nProduct = 0; //This must be call before any mozilla code - MNS_Init(aProfileExists,nProduct); + MNS_Init(aProfileExists); m_ProfileManager = new ProfileManager(); m_ProfileAccess = new ProfileAccess(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
