ooo-build r11710 - in trunk: . patches/src680



Author: pmladek
Date: Tue Feb 26 17:42:01 2008
New Revision: 11710
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11710&view=rev

Log:
2008-02-26  Petr Mladek <pmladek suse cz>

	* patches/src680/svg-import-filter.diff: add missing
	  #include <string.h>; caused build error with 4.3



Modified:
   trunk/ChangeLog
   trunk/patches/src680/svg-import-filter.diff

Modified: trunk/patches/src680/svg-import-filter.diff
==============================================================================
--- trunk/patches/src680/svg-import-filter.diff	(original)
+++ trunk/patches/src680/svg-import-filter.diff	Tue Feb 26 17:42:01 2008
@@ -1607,7 +1607,7 @@
      
 --- filter/source/svg/svgreader.cxx	1970-01-01 01:00:00.000000000 +0100
 +++ filter/source/svg_new/svgreader.cxx	2008-02-26 14:12:32.000000000 +0100
-@@ -0,0 +1,1306 @@
+@@ -0,0 +1,1307 @@
 +/*************************************************************************
 + *
 + *    OpenOffice.org - a multi-platform office productivity suite
@@ -1653,6 +1653,7 @@
 +
 +#include <boost/bind.hpp>
 +#include <hash_set>
++#include <string.h>
 +
 +#define USTR(x) rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( x ) )
 +#define OASIS_STR "urn:oasis:names:tc:opendocument:xmlns:"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]