SOURCES: openoffice.org-gcc.patch - updated

arekm arekm at pld-linux.org
Thu Jul 17 22:17:47 CEST 2008


Author: arekm                        Date: Thu Jul 17 20:17:47 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   openoffice.org-gcc.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/openoffice.org-gcc.patch
diff -u SOURCES/openoffice.org-gcc.patch:1.3 SOURCES/openoffice.org-gcc.patch:1.4
--- SOURCES/openoffice.org-gcc.patch:1.3	Thu Jul 17 15:59:14 2008
+++ SOURCES/openoffice.org-gcc.patch	Thu Jul 17 22:17:41 2008
@@ -380,3 +380,289 @@
  #include <stack>
  #include <vector>
  #include <hash_map>
+--- vcl/unx/source/app/i18n_im.cxx~	2006-09-17 14:32:10.000000000 +0200
++++ vcl/unx/source/app/i18n_im.cxx	2008-07-17 16:00:42.984700637 +0200
+@@ -37,6 +37,8 @@
+ #include "precompiled_vcl.hxx"
+ 
+ #include <stdio.h>
++#include <string.h>
++
+ #ifdef LINUX
+ #  ifndef __USE_XOPEN
+ #    define __USE_XOPEN
+--- xmloff/source/chart/SchXMLAutoStylePoolP.cxx~	2007-06-27 16:46:51.000000000 +0200
++++ xmloff/source/chart/SchXMLAutoStylePoolP.cxx	2008-07-17 20:00:30.919928234 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_xmloff.hxx"
+ #include "SchXMLAutoStylePoolP.hxx"
+ #include "PropertyMap.hxx"
+--- xmloff/inc/xmloff/PropertySetInfoHash.hxx~	2007-04-11 15:20:51.000000000 +0200
++++ xmloff/inc/xmloff/PropertySetInfoHash.hxx	2008-07-17 20:03:07.373250156 +0200
+@@ -39,6 +39,8 @@
+ #include <xmloff/PropertySetInfoKey.hxx>
+ #endif
+ 
++#include <string.h>
++
+ #include <memory>
+ 
+ struct PropertySetInfoHash
+--- xmloff/inc/xmloff/nmspmap.hxx~	2007-04-11 15:27:58.000000000 +0200
++++ xmloff/inc/xmloff/nmspmap.hxx	2008-07-17 20:06:35.606991087 +0200
+@@ -36,6 +36,8 @@
+ #ifndef _XMLOFF_NMSPMAP_HXX
+ #define _XMLOFF_NMSPMAP_HXX
+ 
++#include <limits.h>
++
+ #ifndef _SAL_CONFIG_H_
+ #include "sal/config.h"
+ #endif
+--- xmloff/source/draw/EnhancedCustomShapeToken.cxx~	2006-09-17 12:24:28.000000000 +0200
++++ xmloff/source/draw/EnhancedCustomShapeToken.cxx	2008-07-17 20:16:16.613374777 +0200
+@@ -36,6 +36,8 @@
+ // MARKER(update_precomp.py): autogen include statement, do not remove
+ #include "precompiled_xmloff.hxx"
+ 
++#include <string.h>
++
+ #ifndef _ENHANCED_CUSTOMSHAPE_TOKEN_HXX
+ #include "EnhancedCustomShapeToken.hxx"
+ #endif
+--- connectivity/source/parse/sqlnode.cxx~	2008-01-18 16:10:05.000000000 +0100
++++ connectivity/source/parse/sqlnode.cxx	2008-07-17 20:24:19.880319580 +0200
+@@ -36,6 +36,7 @@
+ // MARKER(update_precomp.py): autogen include statement, do not remove
+ #include "precompiled_connectivity.hxx"
+ 
++#include <string.h>
+ 
+ #ifndef _CONNECTIVITY_SQLNODE_HXX
+ #include <connectivity/sqlnode.hxx>
+--- connectivity/unxlngx6.pro/misc/sqlbison.cxx~	2008-07-17 20:23:23.329790227 +0200
++++ connectivity/unxlngx6.pro/misc/sqlbison.cxx	2008-07-17 20:28:50.529837369 +0200
+@@ -43,6 +43,8 @@
+    define necessary library symbols; they are noted "INFRINGES ON
+    USER NAME SPACE" below.  */
+ 
++#include <string.h>
++
+ /* Identify Bison output.  */
+ #define YYBISON 1
+ 
+--- connectivity/source/commontools/sqlerror.cxx~	2007-11-21 15:59:40.000000000 +0100
++++ connectivity/source/commontools/sqlerror.cxx	2008-07-17 20:32:36.643080491 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_connectivity.hxx"
+ 
+ #include "connectivity/sqlerror.hxx"
+--- connectivity/source/drivers/hsqldb/HStorageAccess.cxx~	2006-09-17 04:40:38.000000000 +0200
++++ connectivity/source/drivers/hsqldb/HStorageAccess.cxx	2008-07-17 20:36:11.536796545 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_connectivity.hxx"
+ #include "hsqldb/HStorageAccess.hxx"
+ 
+--- connectivity/source/drivers/odbc/OConnection.cxx~	2008-01-18 16:02:53.000000000 +0100
++++ connectivity/source/drivers/odbc/OConnection.cxx	2008-07-17 20:40:08.309689401 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_connectivity.hxx"
+ #ifndef _CONNECTIVITY_OTOOLS_HXX_
+ #include "odbc/OTools.hxx"
+--- connectivity/source/drivers/odbc/OPreparedStatement.cxx~	2008-02-06 18:40:29.000000000 +0100
++++ connectivity/source/drivers/odbc/OPreparedStatement.cxx	2008-07-17 21:25:48.996083101 +0200
+@@ -37,6 +37,7 @@
+ #include "precompiled_connectivity.hxx"
+ 
+ #include <stdio.h>
++#include <string.h>
+ 
+ #ifndef _OSL_DIAGNOSE_H_
+ #include <osl/diagnose.h>
+--- connectivity/source/drivers/adabas/BConnection.cxx~	2008-01-18 15:52:55.000000000 +0100
++++ connectivity/source/drivers/adabas/BConnection.cxx	2008-07-17 21:32:14.612726020 +0200
+@@ -36,6 +36,8 @@
+ // MARKER(update_precomp.py): autogen include statement, do not remove
+ #include "precompiled_connectivity.hxx"
+ 
++#include <string.h>
++
+ #ifndef _CPPUHELPER_TYPEPROVIDER_HXX_
+ #include <cppuhelper/typeprovider.hxx>
+ #endif
+--- connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx~	2008-01-24 18:40:20.000000000 +0100
++++ connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx	2008-07-17 21:35:29.632691589 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_connectivity.hxx"
+ 
+ #ifndef _CONNECTIVITY_EVOAB_DATABASEMETADATA_HXX_
+--- connectivity/source/drivers/jdbc/Blob.cxx~	2006-09-17 04:44:18.000000000 +0200
++++ connectivity/source/drivers/jdbc/Blob.cxx	2008-07-17 21:38:33.872673324 +0200
+@@ -36,6 +36,8 @@
+ // MARKER(update_precomp.py): autogen include statement, do not remove
+ #include "precompiled_connectivity.hxx"
+ 
++#include <string.h>
++
+ #ifndef _CONNECTIVITY_JAVA_SQL_BLOB_HXX_
+ #include "java/sql/Blob.hxx"
+ #endif
+--- connectivity/source/drivers/jdbc/CallableStatement.cxx~	2007-06-27 16:35:19.000000000 +0200
++++ connectivity/source/drivers/jdbc/CallableStatement.cxx	2008-07-17 21:40:52.872658828 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_connectivity.hxx"
+ #ifndef _CONNECTIVITY_JAVA_SQL_CALLABLESTATEMENT_HXX_
+ #include "java/sql/CallableStatement.hxx"
+--- connectivity/source/drivers/jdbc/InputStream.cxx~	2006-09-17 04:47:00.000000000 +0200
++++ connectivity/source/drivers/jdbc/InputStream.cxx	2008-07-17 21:45:22.166408820 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_connectivity.hxx"
+ #ifndef _CONNECTIVITY_JAVA_IO_INPUTSTREAM_HXX_
+ #include "java/io/InputStream.hxx"
+--- connectivity/source/drivers/jdbc/JStatement.cxx~	2007-11-27 13:02:27.000000000 +0100
++++ connectivity/source/drivers/jdbc/JStatement.cxx	2008-07-17 21:47:28.635952766 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_connectivity.hxx"
+ 
+ #include "java/sql/JStatement.hxx"
+--- connectivity/source/drivers/jdbc/PreparedStatement.cxx~	2008-01-21 16:50:39.000000000 +0100
++++ connectivity/source/drivers/jdbc/PreparedStatement.cxx	2008-07-17 21:51:04.755956946 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_connectivity.hxx"
+ #ifndef _CONNECTIVITY_JAVA_SQL_PREPAREDSTATEMENT_HXX_
+ #include "java/sql/PreparedStatement.hxx"
+--- connectivity/source/drivers/jdbc/Reader.cxx~	2006-09-17 04:48:02.000000000 +0200
++++ connectivity/source/drivers/jdbc/Reader.cxx	2008-07-17 21:53:00.739253653 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_connectivity.hxx"
+ 
+ #ifndef _CONNECTIVITY_JAVA_IO_READER_HXX_
+--- connectivity/source/drivers/jdbc/ResultSet.cxx~	2008-01-18 15:59:49.000000000 +0100
++++ connectivity/source/drivers/jdbc/ResultSet.cxx	2008-07-17 21:54:43.929242468 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_connectivity.hxx"
+ #ifndef _CONNECTIVITY_JAVA_SQL_RESULTSET_HXX_
+ #include "java/sql/ResultSet.hxx"
+--- framework/source/services/substitutepathvars.cxx~	2006-09-16 16:12:15.000000000 +0200
++++ framework/source/services/substitutepathvars.cxx	2008-07-17 22:04:30.875851196 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_framework.hxx"
+ 
+ //_________________________________________________________________________________________________________________
+--- shell/source/backends/gconfbe/gconflayer.cxx~	2007-06-19 18:11:58.000000000 +0200
++++ shell/source/backends/gconfbe/gconflayer.cxx	2008-07-17 22:09:26.435821323 +0200
+@@ -35,6 +35,9 @@
+ 
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_shell.hxx"
+ #ifndef GCONFLAYER_HXX_
+ #include "gconflayer.hxx"
+--- shell/source/unix/sysshell/recently_used_file_handler.cxx~	2007-06-19 18:12:29.000000000 +0200
++++ shell/source/unix/sysshell/recently_used_file_handler.cxx	2008-07-17 22:12:44.855801079 +0200
+@@ -34,6 +34,9 @@
+  ************************************************************************/
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
++
++#include <string.h>
++
+ #include "precompiled_shell.hxx"
+  
+ #ifndef _SYSTEMSHELL_HXX_
+--- xmlhelp/source/cxxhelp/provider/databases.cxx~	2008-07-17 11:37:54.523359876 +0200
++++ xmlhelp/source/cxxhelp/provider/databases.cxx	2008-07-17 22:14:53.312540684 +0200
+@@ -36,6 +36,8 @@
+ // MARKER(update_precomp.py): autogen include statement, do not remove
+ #include "precompiled_xmlhelp.hxx"
+ 
++#include <string.h>
++
+ #ifndef BERKELEYDBPROXY_DB_HXX_
+ #include "db.hxx"
+ #endif
+--- xmlhelp/source/com/sun/star/help/HelpCompiler.cxx~	2007-11-19 13:59:14.000000000 +0100
++++ xmlhelp/source/com/sun/star/help/HelpCompiler.cxx	2008-07-17 22:17:16.583065276 +0200
+@@ -37,6 +37,7 @@
+ #include "HelpCompiler.hxx"
+ #include <limits.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <libxslt/xslt.h>
+ #include <libxslt/xsltInternals.h>
+ #include <libxslt/transform.h>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/openoffice.org-gcc.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list