rpms/openoffice.org/devel openoffice.org-3.2.0.ooo106502.svx.fixspelltimer.patch, NONE, 1.1 openoffice.org.spec, 1.2095, 1.2096

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


Author: caolanm

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

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/devel/openoffice.org.spec,v
retrieving revision 1.2095
retrieving revision 1.2096
diff -u -p -r1.2095 -r1.2096
--- openoffice.org.spec	3 Dec 2009 20:51:42 -0000	1.2095
+++ openoffice.org.spec	4 Dec 2009 09:37:22 -0000	1.2096
@@ -1,6 +1,6 @@
 %define oootag OOO320
 %define ooomilestone 7
-%define rh_rpm_release 1
+%define rh_rpm_release 2
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -132,6 +132,7 @@ Patch54: openoffice.org-3.2.0.ooo107151.
 Patch55: openoffice.org-3.3.0.ooo102645.fix.es.patch
 Patch56: workspace.vcl108.patch
 Patch57: workspace.pythonssldedux.patch
+Patch58: 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}
@@ -1658,6 +1659,7 @@ cat %{PATCH10} >> svtools/source/dialogs
 %patch55 -p0 -b .ooo102645.fix.es.patch
 %patch56 -p0 -b .workspace.vcl108.patch
 %patch57 -p1 -b .workspace.pythonssldedux.patch
+%patch58 -p1 -b .ooo106502.svx.fixspelltimer.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -4160,6 +4162,9 @@ fi
 %endif
 
 %changelog
+* Fri Dec 04 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.2.0-7.2
+- Resolves: rhbz#544124 add openoffice.org-3.2.0.ooo106502.svx.fixspelltimer.patch
+
 * Thu Dec 03 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.2.0-7.1
 - latest milestone
 




More information about the fedora-extras-commits mailing list