rpms/openoffice.org/devel workspace.impress184.patch, NONE, 1.1 openoffice.org.spec, 1.2083, 1.2084 openoffice.org-3.1.1.ooo107131.impress.tabledrag.crash, 1.1, NONE

Caolan McNamara caolanm at fedoraproject.org
Wed Nov 25 20:21:40 UTC 2009


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	workspace.impress184.patch 
Removed Files:
	openoffice.org-3.1.1.ooo107131.impress.tabledrag.crash 
Log Message:
keep track of upstream workspace

workspace.impress184.patch:
 svdotable.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE workspace.impress184.patch ---
--- 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.2083
retrieving revision 1.2084
diff -u -p -r1.2083 -r1.2084
--- openoffice.org.spec	24 Nov 2009 14:04:16 -0000	1.2083
+++ openoffice.org.spec	25 Nov 2009 20:21:40 -0000	1.2084
@@ -130,7 +130,7 @@ Patch52: workspace.hb33patches1.patch
 Patch53: workspace.ause109.patch
 Patch54: workspace.cmcfixes67.patch
 Patch55: workspace.srb1.patch
-Patch56: openoffice.org-3.1.1.ooo107131.impress.tabledrag.crash
+Patch56: workspace.impress184.patch
 Patch57: openoffice.org-3.2.0.ooo107137.canvas.fixcolorspace.patch
 Patch58: openoffice.org-3.2.0.ooo107151.sc.pop-empty-cell.patch
 
@@ -1656,7 +1656,7 @@ cat %{PATCH10} >> svtools/source/dialogs
 %patch53 -p0 -b .workspace.ause109.patch
 %patch54 -p1 -b .workspace.cmcfixes67.patch
 %patch55 -p1 -b .workspace.srb1.patch
-%patch56 -p0 -b .ooo107131.impress.tabledrag.crash
+%patch56 -p0 -b .workspace.impress184.patch
 %patch57 -p0 -b .ooo107137.canvas.fixcolorspace.patch
 %patch58 -p1 -b .ooo107151.sc.pop-empty-cell.patch
 


--- openoffice.org-3.1.1.ooo107131.impress.tabledrag.crash DELETED ---




More information about the scm-commits mailing list