rpms/openoffice.org/devel openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch, NONE, 1.1 openoffice.org.spec, 1.1534, 1.1535

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


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch 
Log Message:
Resolves: rhbz#448464 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/devel/openoffice.org.spec,v
retrieving revision 1.1534
retrieving revision 1.1535
diff -u -r1.1534 -r1.1535
--- openoffice.org.spec	12 Jun 2008 09:45:16 -0000	1.1534
+++ openoffice.org.spec	13 Jun 2008 12:05:23 -0000	1.1535
@@ -134,6 +134,7 @@
 Patch58: openoffice.org-3.0.0.ooo82545.np_sdk.x86_64.patch
 Patch59: openoffice.org-3.0.0.ooo90612.sd.insertpasswordedfile.patch
 Patch60: openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch
+Patch61: openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch
 
 %define instdir %{_libdir}
 %define baseinstdir %{instdir}/openoffice.org
@@ -1271,6 +1272,7 @@
 %patch58 -p1 -b .ooo82545.np_sdk.x86_64.patch
 %patch59 -p1 -b .ooo90612.sd.insertpasswordedfile.patch
 %patch60 -p1 -b .ooo90306.sw.wrongprotection.patch
+%patch61 -p1 -b .ooo48400.svx.fixspelling.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -3455,8 +3457,9 @@
 %{python_py_sitearch}/unohelper.py*
 
 %changelog
-* Thu Jun 12 2008 Caolan McNamara <caolanm at redhat.com> - 1:3.0.0-0.19-2
+* Fri Jun 13 2008 Caolan McNamara <caolanm at redhat.com> - 1:3.0.0-0.19-2
 - Resolves: rhbz#450661 openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch
+- Resolves: rhbz#448464 openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch
 
 * Wed Jun 11 2008 Caolan McNamara <caolanm at redhat.com> - 1:3.0.0-0.19-1
 - next version




More information about the fedora-extras-commits mailing list