rpms/openoffice.org/devel workspace.tl66.patch, NONE, 1.1 openoffice.org.spec, 1.1776, 1.1777 openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch, 1.1, NONE

Caolan McNamara caolanm at fedoraproject.org
Tue Feb 3 15:09:39 UTC 2009


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	workspace.tl66.patch 
Removed Files:
	openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch 
Log Message:
rename to upstream workspace

workspace.tl66.patch:

--- NEW FILE workspace.tl66.patch ---
Index: source/editeng/edtspell.cxx
===================================================================
RCS file: /cvs/graphics/svx/source/editeng/edtspell.cxx,v
retrieving revision 1.13
diff -u -r1.13 edtspell.cxx
--- openoffice.org.orig/svx/source/editeng/edtspell.cxx	27 Jun 2007 17:57:14 -0000	1.13
+++ openoffice.org/svx/source/editeng/edtspell.cxx	13 Jun 2008 11:57:27 -0000
@@ -302,8 +302,9 @@
 	sal_uInt16 nEndChanges = nPos+nDeleted;
 	if ( !IsInvalid() )
 	{
-		nInvalidStart = nPos;
-		nInvalidEnd = nPos+1;	// Nicht nDeleted, weil da ja wegfaellt.
+		sal_uInt16 nNewInvalidStart = nPos ? nPos-1 : 0;
+		nInvalidStart = nNewInvalidStart;
+		nInvalidEnd = nNewInvalidStart+1;
 	}
 	else
 	{


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1776
retrieving revision 1.1777
diff -u -r1.1776 -r1.1777
--- openoffice.org.spec	3 Feb 2009 08:49:05 -0000	1.1776
+++ openoffice.org.spec	3 Feb 2009 15:09:08 -0000	1.1777
@@ -100,7 +100,7 @@
 Patch29: openoffice.org-2.0.2.ooo64508.vcl.honourfontconfighinting.patch
 Patch30: openoffice.org-3.0.0.ooo88341.sc.verticalboxes.patch
 Patch31: openoffice.org-3.0.0.ooo87970.vcl.samenamesubs.patch
-Patch32: openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch
+Patch32: workspace.tl66.patch
 Patch33: workspace.locales31.patch
 Patch34: workspace.fpicker8.patch
 Patch35: workspace.cmcfixes49.patch
@@ -1388,7 +1388,7 @@
 %patch29 -p1 -b .ooo64508.vcl.honourfontconfighinting.patch
 %patch30 -p1 -b .ooo88341.sc.verticalboxes.patch
 %patch31 -p1 -b .ooo87970.vcl.samenamesubs.patch
-%patch32 -p1 -b .ooo48400.svx.fixspelling.patch
+%patch32 -p1 -b .workspace.tl66.patch
 %patch33 -p1 -b .workspace.locales31.patch
 %patch34 -p1 -b .workspace.fpicker8.patch
 %patch35 -p0 -b .workspace.cmcfixes49.patch


--- openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch DELETED ---




More information about the fedora-extras-commits mailing list