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



Author: pmladek
Date: Thu Mar  6 18:12:22 2008
New Revision: 11832
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11832&view=rev

Log:
2008-03-06  Petr Mladek  <pmladek suse cz>

	* patches/src680/svg-import-filter.diff: add missing
	  #include <string.h> to fix build with gcc-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	Thu Mar  6 18:12:22 2008
@@ -745,7 +745,7 @@
 +
 --- filter/source/svg/parserfragments.cxx	1970-01-01 01:00:00.000000000 +0100
 +++ filter/source/svg/parserfragments.cxx	2008-03-03 12:47:08.000000000 +0100
-@@ -0,0 +1,517 @@
+@@ -0,0 +1,518 @@
 +/*************************************************************************
 + *
 + *    OpenOffice.org - a multi-platform office productivity suite
@@ -771,6 +771,7 @@
 +#include <basegfx/tools/canvastools.hxx>
 +#include <com/sun/star/geometry/AffineMatrix2D.hpp>
 +
++#include <string.h>
 +#include <limits.h>
 +#include <boost/bind.hpp>
 +#include <boost/spirit.hpp>



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