rpms/openoffice.org/F-9 openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch, NONE, 1.1 openoffice.org.spec, 1.1495, 1.1496

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Fri Jun 13 12:08:35 UTC 2008


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch 
Log Message:
openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch

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

--- NEW FILE openoffice.org-3.0.0.ooo48400.svx.fixspelling.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/F-9/openoffice.org.spec,v
retrieving revision 1.1495
retrieving revision 1.1496
diff -u -r1.1495 -r1.1496
--- openoffice.org.spec	12 Jun 2008 10:05:23 -0000	1.1495
+++ openoffice.org.spec	13 Jun 2008 12:07:45 -0000	1.1496
@@ -159,6 +159,7 @@
 Patch86: openoffice.org-3.0.0.ooo90037.vcl.cairotransforms.patch
 Patch87: openoffice.org-3.0.0.ooo82545.np_sdk.x86_64.patch
 Patch88: openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch
+Patch89: openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1132,6 +1133,7 @@
 %patch86 -p1 -b .ooo90037.vcl.cairotransforms.patch
 %patch87 -p1 -b .ooo82545.np_sdk.x86_64.patch
 %patch88 -p1 -b .ooo90306.sw.wrongprotection.patch
+%patch89 -p1 -b .ooo48400.svx.fixspelling.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -2920,9 +2922,10 @@
 
 
 %changelog
-* Thu Jun 12 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.1-17.4-UNRELEASED
+* Fri Jun 13 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.1-17.4
 - fix vertical glyphs
 - Resolves: rhbz#450661 openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch
+- Resolves: rhbz#448464 openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch
 
 * Fri Jun 06 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.1-17.3
 - remove pointless "register" dialog request




More information about the fedora-extras-commits mailing list