rpms/openoffice.org/F-12 openoffice.org-3.1.1.ooo107131.impress.tabledrag.crash, NONE, 1.1 openoffice.org.spec, 1.2034, 1.2035

Caolan McNamara caolanm at fedoraproject.org
Mon Nov 23 09:03:25 UTC 2009


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.1.1.ooo107131.impress.tabledrag.crash 
Log Message:
Resolves: rhbz#540379/ooo#107131 impress tabledrag crash


--- NEW FILE openoffice.org-3.1.1.ooo107131.impress.tabledrag.crash ---
--- svx/source/table/svdotable.cxx	2009-11-23 08:53:22.000000000 +0000
+++ svx/source/table/svdotable.cxx	2009-11-23 08:54:10.000000000 +0000
@@ -2590,7 +2590,7 @@
 	basegfx::B2DPolyPolygon aRetval;
 	const SdrHdl* pHdl = rDrag.GetHdl();
 
-    if(HDL_USER == pHdl->GetKind())
+    if(pHdl && HDL_USER == pHdl->GetKind())
     {
 		const TableEdgeHdl* pEdgeHdl = dynamic_cast< const TableEdgeHdl* >( pHdl );
 


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-12/openoffice.org.spec,v
retrieving revision 1.2034
retrieving revision 1.2035
diff -u -p -r1.2034 -r1.2035
--- openoffice.org.spec	17 Nov 2009 15:38:04 -0000	1.2034
+++ openoffice.org.spec	23 Nov 2009 09:03:24 -0000	1.2035
@@ -1,6 +1,6 @@
 %define oootag OOO310
 %define ooomilestone 19
-%define rh_rpm_release 18
+%define rh_rpm_release 19
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -171,6 +171,7 @@ Patch94: openoffice.org-3.2.0.ooo106497.
 Patch95: openoffice.org-3.2.0.ooo106523.icc.fixendianandtypes.patch
 Patch96: workspace.impress183.patch
 Patch97: openoffice.org-3.2.0.ooo59648.sw.scaling.patch
+Patch98: openoffice.org-3.1.1.ooo107131.impress.tabledrag.crash
 
 %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")
 %define instdir %{_libdir}
@@ -1728,6 +1729,7 @@ cat %{PATCH11} >> svtools/source/dialogs
 %patch95 -p1 -b .ooo106523.icc.fixendianandtypes.patch
 %patch96 -p0 -b .workspace.impress183.patch
 %patch97 -p0 -b .ooo59648.sw.scaling.patch
+%patch98 -p0 -b .ooo107131.impress.tabledrag.crash
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -4261,6 +4263,9 @@ fi
     unopkg list --shared > /dev/null 2>&1 || :
 
 %changelog
+* Mon Nov 23 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-19.19-UNBUILT
+- Resolves: rhbz#540379/ooo#107131 impress tabledrag crash
+
 * Thu Nov 17 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-19.18
 - Resolves: ooo#59648 sw .doc export scaling (caolanm)
 




More information about the fedora-extras-commits mailing list