SOURCES (DEVEL): openoffice.org-canvas-macolors.diff (NEW), openof...
adamg
adamg at pld-linux.org
Mon Nov 26 18:37:21 CET 2007
Author: adamg Date: Mon Nov 26 17:37:21 2007 GMT
Module: SOURCES Tag: DEVEL
---- Log message:
- new
---- Files affected:
SOURCES:
openoffice.org-canvas-macolors.diff (NONE -> 1.1.2.1) (NEW), openoffice.org-missing-includes.diff (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/openoffice.org-canvas-macolors.diff
diff -u /dev/null SOURCES/openoffice.org-canvas-macolors.diff:1.1.2.1
--- /dev/null Mon Nov 26 18:37:21 2007
+++ SOURCES/openoffice.org-canvas-macolors.diff Mon Nov 26 18:37:15 2007
@@ -0,0 +1,13 @@
+--- canvas/source/tools/image.cxx~ 2007-07-18 12:42:46.000000000 +0200
++++ canvas/source/tools/image.cxx 2007-11-25 16:12:57.375066438 +0100
+@@ -2297,8 +2297,8 @@
+ // TODO(E1): Return value
+ // TODO(F1): FillRule
+ fillGradient( rValues,
+- rValues.maColor1,
+- rValues.maColor2,
++ rValues.maColors[0],
++ rValues.maColors[1],
+ aPoly,
+ aTextureTransform,
+ textures[0] );
================================================================
Index: SOURCES/openoffice.org-missing-includes.diff
diff -u /dev/null SOURCES/openoffice.org-missing-includes.diff:1.1.2.1
--- /dev/null Mon Nov 26 18:37:21 2007
+++ SOURCES/openoffice.org-missing-includes.diff Mon Nov 26 18:37:15 2007
@@ -0,0 +1,10 @@
+--- scsolver/source/inc/numeric/polyeqnsolver.hxx~ 2007-11-25 17:53:36.000000000 +0100
++++ scsolver/source/inc/numeric/polyeqnsolver.hxx 2007-11-25 23:22:15.115891127 +0100
+@@ -28,6 +28,7 @@
+ #ifndef _SCSOLVER_NUMERIC_POLYEQNSOLVER_HXX_
+ #define _SCSOLVER_NUMERIC_POLYEQNSOLVER_HXX
+
++#include <exception>
+ #include <list>
+
+ namespace scsolver { namespace numeric {
================================================================
More information about the pld-cvs-commit
mailing list