rpms/openoffice.org/devel openoffice.org-3.0.0.ooo95341.cppcanvas.patch, NONE, 1.1 openoffice.org.spec, 1.1680, 1.1681

Caolan McNamara caolanm at fedoraproject.org
Wed Oct 29 10:05:44 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23970

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.0.0.ooo95341.cppcanvas.patch 
Log Message:
add openoffice.org-3.0.0.ooo95341.cppcanvas.patch

openoffice.org-3.0.0.ooo95341.cppcanvas.patch:

--- NEW FILE openoffice.org-3.0.0.ooo95341.cppcanvas.patch ---
--- openoffice.org.orig/cppcanvas/source/mtfrenderer/implrenderer.cxx~	2008-09-30 18:03:55.000000000 +0200
+++ openoffice.org/cppcanvas/source/mtfrenderer/implrenderer.cxx	2008-10-27 11:10:43.000000000 +0100
@@ -700,6 +700,8 @@
                                     break;
 
                                 case GRADIENT_AXIAL:
+                                    // vcl considers center color as start color
+                                    ::std::swap(aColors[0],aColors[1]);
                                     aTexture.Gradient = xFactory->createAxialHorizontalGradient( aColors,
                                                                                                  aStops );
                                     break;


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1680
retrieving revision 1.1681
diff -u -r1.1680 -r1.1681
--- openoffice.org.spec	29 Oct 2008 09:16:22 -0000	1.1680
+++ openoffice.org.spec	29 Oct 2008 10:05:14 -0000	1.1681
@@ -124,6 +124,7 @@
 Patch51: openoffice.org-3.0.0.ooo95318.system-showicons.patch
 Patch52: openoffice.org-3.0.0.ooo95392.sysui.csv.patch
 Patch53: openoffice.org-3.0.0.ooo95533.sw.safertableexport.patch
+Patch54: openoffice.org-3.0.0.ooo95341.cppcanvas.patch
 
 %define instdir %{_libdir}
 %define baseinstdir %{instdir}/openoffice.org
@@ -1363,6 +1364,7 @@
 %patch51 -p1 -b .ooo95318.system-showicons.patch
 %patch52 -p1 -b .ooo95392.sysui.csv.patch
 %patch53 -p1 -b .ooo95533.sw.safertableexport.patch
+%patch54 -p1 -b .ooo95341.cppcanvas.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -3732,6 +3734,7 @@
 - Resolves: rhbz#468336 openoffice.org-3.0.0.ooo95533.sw.safertableexport.patch
 - workspace.impress163.patch
 - Resolves: rhbz#468935 Print to file can have no effect in an edge-case
+- openoffice.org-3.0.0.ooo95341.cppcanvas.patch
 
 * Thu Oct 23 2008 Caolán McNamara <caolanm at redhat.com> - 1:3.0.0-9.6
 - add openoffice.org-3.0.0.ooo95318.system-showicons.patch to honour




More information about the scm-commits mailing list