Tag: cws_dev300_sb91
User: sb      
Date: 2008-07-11 09:03:55+0000
Modified:
   dba/connectivity/source/drivers/odbc/OTools.cxx

Log:
 #i91042# #include <cXXX> vs. <XXX.h> and using identifiers without std:: 
prefix (which is necessary for old MSVC versions)

File Changes:

Directory: /dba/connectivity/source/drivers/odbc/
=================================================

File [changed]: OTools.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/OTools.cxx?r1=1.33&r2=1.33.10.1
Delta lines:  +2 -2
-------------------
--- OTools.cxx  2008-06-18 08:06:47+0000        1.33
+++ OTools.cxx  2008-07-11 09:03:52+0000        1.33.10.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: OTools.cxx,v $
- * $Revision: 1.33 $
+ * $Revision: 1.33.10.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -37,7 +37,7 @@
 #include "odbc/OConnection.hxx"
 #include "diagnose_ex.h"
 
-#include <cstring>
+#include <string.h>
 #include <string>
 #include <algorithm>
 




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

Reply via email to