rpms/openoffice.org/devel openoffice.org-3.0.0.ooo91904.sd.wrongindex.patch, NONE, 1.1 openoffice.org.spec, 1.1608, 1.1609

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Thu Aug 7 12:38:16 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15593

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.0.0.ooo91904.sd.wrongindex.patch 
Log Message:
add openoffice.org-3.0.0.ooo91904.sd.wrongindex.patch

openoffice.org-3.0.0.ooo91904.sd.wrongindex.patch:

--- NEW FILE openoffice.org-3.0.0.ooo91904.sd.wrongindex.patch ---
Index: source/ui/app/optsitem.cxx
===================================================================
RCS file: /cvs/graphics/sd/source/ui/app/optsitem.cxx,v
retrieving revision 1.43
diff -u -r1.43 optsitem.cxx
--- openoffice.org.orig/sd/source/ui/app/optsitem.cxx	10 Apr 2008 19:25:45 -0000	1.43
+++ openoffice.org/sd/source/ui/app/optsitem.cxx	21 Jul 2008 09:50:19 -0000
@@ -1584,8 +1584,8 @@
 		if( pValues[12].hasValue() ) SetNotes( *(sal_Bool*) pValues[ 12 ].getValue() ); 
 		if( pValues[13].hasValue() ) SetHandout( *(sal_Bool*) pValues[ 13 ].getValue() ); 
 		if( pValues[14].hasValue() ) SetOutline( *(sal_Bool*) pValues[ 14 ].getValue() ); 
-		if( pValues[15].hasValue() ) SetHandoutHorizontal( *(sal_Bool*) pValues[12].getValue() );
-		if( pValues[16].hasValue() ) SetHandoutPages( (UINT16)*(sal_Int32*) pValues[13].getValue() );
+		if( pValues[15].hasValue() ) SetHandoutHorizontal( *(sal_Bool*) pValues[15].getValue() );
+		if( pValues[16].hasValue() ) SetHandoutPages( (UINT16)*(sal_Int32*) pValues[16].getValue() );
 	}
 
 	return TRUE;


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1608
retrieving revision 1.1609
diff -u -r1.1608 -r1.1609
--- openoffice.org.spec	7 Aug 2008 10:56:33 -0000	1.1608
+++ openoffice.org.spec	7 Aug 2008 12:37:45 -0000	1.1609
@@ -109,6 +109,7 @@
 Patch37: openoffice.org-3.0.0.ooo92253.dbaccess.a11y.crash
 Patch38: openoffice.org-3.0.0.oooXXXXX.helpcontent2.fixlucene.patch
 Patch39: openoffice.org-3.0.0.ooo92522.sd.brokentemplates.patch
+Patch40: openoffice.org-3.0.0.ooo91904.sd.wrongindex.patch
 
 %define instdir %{_libdir}
 %define baseinstdir %{instdir}/openoffice.org
@@ -1275,6 +1276,7 @@
 %patch37 -p1 -b .ooo92253.dbaccess.a11y.crash
 %patch38 -p1 -b .oooXXXXX.helpcontent2.fixlucene.patch
 %patch39 -p1 -b .ooo92522.sd.brokentemplates.patch
+%patch40 -p1 -b .ooo91904.sd.wrongindex.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -3602,6 +3604,7 @@
 %changelog
 * Thu Aug 07 2008 Caolán McNamara <caolanm at redhat.com> - 1:3.0.0-1.2
 - Resolves: rhbz#457938 openoffice.org-3.0.0.ooo92522.sd.brokentemplates.patch
+- add openoffice.org-3.0.0.ooo91904.sd.wrongindex.patch
 
 * Tue Aug 05 2008 Caolán McNamara <caolanm at redhat.com> - 1:3.0.0-1.1
 - release branch




More information about the fedora-extras-commits mailing list