rpms/openoffice.org/F-12 openoffice.org-3.2.0.ooo106502.svx.fixspelltimer.patch, NONE, 1.1 openoffice.org.spec, 1.2039, 1.2040

Caolan McNamara caolanm at fedoraproject.org
Fri Dec 4 09:37:21 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31038/F-12

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.2.0.ooo106502.svx.fixspelltimer.patch 
Log Message:
Resolves: rhbz#544124 add openoffice.org-3.2.0.ooo106502.svx.fixspelltimer.patch

openoffice.org-3.2.0.ooo106502.svx.fixspelltimer.patch:
 editeng.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE openoffice.org-3.2.0.ooo106502.svx.fixspelltimer.patch ---
diff -r 3ee4cb3a17dd svx/source/editeng/editeng.cxx
--- a/svx/source/editeng/editeng.cxx	Fri Oct 30 09:44:02 2009 +0000
+++ b/svx/source/editeng/editeng.cxx	Fri Oct 30 17:46:26 2009 +0000
@@ -1783,7 +1783,8 @@
 					ContentNode* pNode = pImpEditEngine->GetEditDoc().GetObject( n );
 					pNode->CreateWrongList();
 				}
-				pImpEditEngine->StartOnlineSpellTimer();
+				if (pImpEditEngine->IsFormatted())
+					pImpEditEngine->StartOnlineSpellTimer();
 			}
 			else
 			{


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-12/openoffice.org.spec,v
retrieving revision 1.2039
retrieving revision 1.2040
diff -u -p -r1.2039 -r1.2040
--- openoffice.org.spec	27 Nov 2009 09:22:35 -0000	1.2039
+++ openoffice.org.spec	4 Dec 2009 09:37:20 -0000	1.2040
@@ -1,6 +1,6 @@
 %define oootag OOO310
 %define ooomilestone 19
-%define rh_rpm_release 20
+%define rh_rpm_release 21
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -176,6 +176,7 @@ Patch99: openoffice.org-3.2.0.oooXXXXX.c
 Patch100: openoffice.org-3.2.0.ooo107151.sc.pop-empty-cell.patch
 Patch101: openoffice.org-3.3.0.ooo102645.fix.es.patch
 Patch102: openoffice.org-3.2.0.ooo107260.dtrans.clipboard.shutdown.patch
+Patch103: openoffice.org-3.2.0.ooo106502.svx.fixspelltimer.patch
 
 %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")
 %define instdir %{_libdir}
@@ -1738,6 +1739,7 @@ cat %{PATCH11} >> svtools/source/dialogs
 %patch100 -p1 -b .ooo107151.sc.pop-empty-cell.patch
 %patch101 -p0 -b .ooo102645.fix.es.patch
 %patch102 -p0 -b .ooo107260.dtrans.clipboard.shutdown.patch
+%patch103 -p1 -b .ooo106502.svx.fixspelltimer.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -4271,6 +4273,10 @@ fi
     unopkg list --shared > /dev/null 2>&1 || :
 
 %changelog
+* Fri Dec 04 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.2.0-19.21.UNBUILT
+- Resolves: rhbz#544124 add 
+  openoffice.org-3.2.0.ooo106502.svx.fixspelltimer.patch
+
 * Fri Nov 27 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-19.20
 - Resolves: rhbz#541222 add
   openoffice.org-3.2.0.ooo107260.dtrans.clipboard.shutdown.patch (caolanm)




More information about the fedora-extras-commits mailing list