rpms/openoffice.org/F-9 workspace.impress138.patch, NONE, 1.1 openoffice.org.spec, 1.1483, 1.1484

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Mon May 19 10:18:35 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8510

Modified Files:
	openoffice.org.spec 
Added Files:
	workspace.impress138.patch 
Log Message:
Resolves: rhbz#447199 add workspace.impress138.patch

workspace.impress138.patch:

--- NEW FILE workspace.impress138.patch ---
Index: graphics/svx/source/msfilter/escherex.cxx
diff -u graphics/svx/source/msfilter/escherex.cxx:1.73 graphics/svx/source/msfilter/escherex.cxx:1.73.234.1
--- graphics/svx/source/msfilter/escherex.cxx:1.73	Tue Jul 31 10:31:58 2007
+++ graphics/svx/source/msfilter/escherex.cxx	Thu Jan 31 09:13:17 2008
@@ -653,7 +653,7 @@
 									aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillTransparence" ) ), sal_True ) )
 									? *((sal_Int16*)aAny.getValue() )
 									: 0;
-			if ( ( nTransparency != 100 ) && nTransparency )
+			if (  nTransparency )
 				AddOpt( ESCHER_Prop_fillOpacity, ( ( 100 - nTransparency ) << 16 ) / 100 );
 		}
     }


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/openoffice.org.spec,v
retrieving revision 1.1483
retrieving revision 1.1484
diff -u -r1.1483 -r1.1484
--- openoffice.org.spec	15 May 2008 19:22:20 -0000	1.1483
+++ openoffice.org.spec	19 May 2008 10:17:48 -0000	1.1484
@@ -155,6 +155,7 @@
 Patch82: openoffice.org-3.0.0.ooo88090.chart2.negativecount.patch
 Patch83: openoffice.org-3.0.0.ooo89002.vcl.symbolfonts.patch
 Patch84: workspace.os114.patch
+Patch85: workspace.impress138.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1124,6 +1125,7 @@
 %patch82 -p1 -b .ooo88090.chart2.negativecount.patch
 %patch83 -p1 -b .ooo89002.vcl.symbolfonts.patch
 %patch84 -p1 -b .workspace.os114.patch
+%patch85 -p1 -b .workspace.impress138.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -2910,8 +2912,9 @@
 
 
 %changelog
-* Thu May 15 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.10
+* Thu May 15 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.10-UNRELEASED
 - rebuild
+- Resolves: rhbz#447199 add workspace.impress138.patch
 
 * Mon May 12 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.9
 - Resolves: rhbz#444571 add openoffice.org-3.0.0.ooo88090.chart2.negativecount.patch




More information about the fedora-extras-commits mailing list