User: hr Date: 06/06/19 18:20:49 Modified: /dba/connectivity/source/drivers/dbase/ DNoException.cxx
Log: INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2006/04/07 20:17:02 sb 1.15.30.3: RESYNC: (1.16-1.17); FILE MERGED 2006/01/25 20:48:42 sb 1.15.30.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/07 14:43:14 fs 1.15.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/drivers/dbase/ ================================================== File [changed]: DNoException.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DNoException.cxx?r1=1.17&r2=1.18 Delta lines: +5 -1 ------------------- --- DNoException.cxx 16 Mar 2006 12:17:08 -0000 1.17 +++ DNoException.cxx 20 Jun 2006 01:20:47 -0000 1.18 @@ -45,6 +45,9 @@ #ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> #endif +#ifndef CONNECTIVITY_DIAGNOSE_EX_H +#include "diagnose_ex.h" +#endif #include <sal/types.h> #include <algorithm> @@ -487,6 +490,7 @@ rStream.Write((BYTE*)aEmptyData,512); } ULONG nCurrentPos = rStream.Seek(rPage.GetPagePos() * 512); + OSL_UNUSED( nCurrentPos ); nValue = rPage.nCount; rStream << nValue << rPage.aChild; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
