rpms/openoffice.org/devel openoffice.org-3.1.1.ooo107131.impress.tabledrag.crash, NONE, 1.1 openoffice.org.spec, 1.2078, 1.2079

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


Author: caolanm

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

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
@@ -2575,7 +2575,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/devel/openoffice.org.spec,v
retrieving revision 1.2078
retrieving revision 1.2079
diff -u -p -r1.2078 -r1.2079
--- openoffice.org.spec	19 Nov 2009 09:50:19 -0000	1.2078
+++ openoffice.org.spec	23 Nov 2009 09:03:25 -0000	1.2079
@@ -1,6 +1,6 @@
 %define oootag OOO320
 %define ooomilestone 5
-%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}
@@ -130,6 +130,7 @@ Patch52: workspace.hb33patches1.patch
 Patch53: workspace.ause109.patch
 Patch54: openoffice.org-3.2.0.oooxxxxx.fixdbcheck.patch
 Patch55: workspace.srb1.patch
+Patch56: 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}
@@ -1653,6 +1654,7 @@ cat %{PATCH10} >> svtools/source/dialogs
 %patch53 -p0 -b .workspace.ause109.patch
 %patch54 -p0 -b .fixdbcheck.patch
 %patch55 -p1 -b .workspace.srb1.patch
+%patch56 -p0 -b .ooo107131.impress.tabledrag.crash
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -4161,6 +4163,9 @@ fi
 %endif
 
 %changelog
+* Mon Nov 23 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.2.0-5.2
+- Resolves: rhbz#540379/ooo#107131 impress tabledrag crash
+
 * Thu Nov 19 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.2.0-5.1
 - next version
 




More information about the fedora-extras-commits mailing list