SOURCES: openoffice.org-gcc.patch - updated
arekm
arekm at pld-linux.org
Thu Jul 17 15:59:20 CEST 2008
Author: arekm Date: Thu Jul 17 13:59:20 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated
---- Files affected:
SOURCES:
openoffice.org-gcc.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/openoffice.org-gcc.patch
diff -u SOURCES/openoffice.org-gcc.patch:1.2 SOURCES/openoffice.org-gcc.patch:1.3
--- SOURCES/openoffice.org-gcc.patch:1.2 Thu Jul 17 14:38:29 2008
+++ SOURCES/openoffice.org-gcc.patch Thu Jul 17 15:59:14 2008
@@ -271,3 +271,112 @@
#include <com/sun/star/xml/dom/events/XDocumentEvent.hpp>
#include "characterdata.hxx"
#include "../events/mutationevent.hxx"
+--- unoxml/source/dom/document.cxx~ 2007-12-06 12:17:37.000000000 +0100
++++ unoxml/source/dom/document.cxx 2008-07-17 14:42:32.735172566 +0200
+@@ -33,6 +33,8 @@
+ *
+ ************************************************************************/
+
++#include <string.h>
++
+ #include <com/sun/star/uno/Sequence.h>
+
+ #include "document.hxx"
+--- unoxml/source/dom/documenttype.cxx~ 2006-06-20 02:45:08.000000000 +0200
++++ unoxml/source/dom/documenttype.cxx 2008-07-17 14:44:27.975573867 +0200
+@@ -33,6 +33,8 @@
+ *
+ ************************************************************************/
+
++#include <string.h>
++
+ #include "documenttype.hxx"
+ #include "entitiesmap.hxx"
+ #include "notationsmap.hxx"
+--- unoxml/source/dom/element.cxx~ 2007-12-06 11:59:52.000000000 +0100
++++ unoxml/source/dom/element.cxx 2008-07-17 14:49:04.021797375 +0200
+@@ -33,6 +33,8 @@
+ *
+ ************************************************************************/
+
++#include <string.h>
++
+ #include "node.hxx"
+ #include "element.hxx"
+ #include "attr.hxx"
+--- unoxml/source/dom/elementlist.cxx~ 2006-06-20 02:46:18.000000000 +0200
++++ unoxml/source/dom/elementlist.cxx 2008-07-17 14:51:35.908453144 +0200
+@@ -33,6 +33,8 @@
+ *
+ ************************************************************************/
+
++#include <string.h>
++
+ #include "elementlist.hxx"
+
+ namespace DOM
+--- unoxml/source/dom/entity.cxx~ 2006-06-20 02:46:49.000000000 +0200
++++ unoxml/source/dom/entity.cxx 2008-07-17 14:53:39.212133934 +0200
+@@ -33,6 +33,8 @@
+ *
+ ************************************************************************/
+
++#include <string.h>
++
+ #include "entity.hxx"
+
+ namespace DOM
+--- unoxml/source/dom/entityreference.cxx~ 2006-06-20 02:47:11.000000000 +0200
++++ unoxml/source/dom/entityreference.cxx 2008-07-17 14:55:19.335508603 +0200
+@@ -33,6 +33,8 @@
+ *
+ ************************************************************************/
+
++#include <string.h>
++
+ #include "entityreference.hxx"
+ namespace DOM
+ {
+--- unoxml/source/dom/node.cxx~ 2007-12-06 12:18:20.000000000 +0100
++++ unoxml/source/dom/node.cxx 2008-07-17 14:56:54.071750038 +0200
+@@ -34,6 +34,7 @@
+ ************************************************************************/
+
+ #include <stdio.h>
++#include <string.h>
+ #include "node.hxx"
+ #include "element.hxx"
+ #include "text.hxx"
+--- unoxml/source/dom/notation.cxx~ 2005-09-09 12:03:53.000000000 +0200
++++ unoxml/source/dom/notation.cxx 2008-07-17 15:41:36.858148893 +0200
+@@ -33,6 +33,8 @@
+ *
+ ************************************************************************/
+
++#include <string.h>
++
+ #include "notation.hxx"
+ namespace DOM
+ {
+--- unoxml/source/dom/processinginstruction.cxx~ 2007-12-06 12:01:25.000000000 +0100
++++ unoxml/source/dom/processinginstruction.cxx 2008-07-17 15:51:29.641421735 +0200
+@@ -33,6 +33,8 @@
+ *
+ ************************************************************************/
+
++#include <string.h>
++
+ #include "processinginstruction.hxx"
+
+ namespace DOM
+--- unoxml/source/fastsax/fastparser.cxx~ 2007-06-05 15:52:30.000000000 +0200
++++ unoxml/source/fastsax/fastparser.cxx 2008-07-17 15:54:08.888073198 +0200
+@@ -36,6 +36,8 @@
+ //#include <stdlib.h>
+ //#include <sal/alloca.h>
+
++#include <string.h>
++
+ #include <stack>
+ #include <vector>
+ #include <hash_map>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/openoffice.org-gcc.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list