Tag: cws_src680_oj14
User: oj      
Date: 2006/07/04 00:45:24

Modified:
   dba/connectivity/source/drivers/dbase/DNoException.cxx

Log:
 RESYNC: (1.17-1.18); FILE MERGED

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.15.26.2&r2=1.15.26.3
Delta lines:  +5 -1
-------------------
--- DNoException.cxx    20 Mar 2006 11:09:46 -0000      1.15.26.2
+++ DNoException.cxx    4 Jul 2006 07:45:21 -0000       1.15.26.3
@@ -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]

Reply via email to