rpms/openoffice.org/F-9 openoffice.org.spec, 1.1460, 1.1461 workspace.notes2.patch, 1.9, 1.10

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Fri Apr 4 19:40:17 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6008

Modified Files:
	openoffice.org.spec workspace.notes2.patch 
Log Message:
found another one


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/openoffice.org.spec,v
retrieving revision 1.1460
retrieving revision 1.1461
diff -u -r1.1460 -r1.1461
--- openoffice.org.spec	3 Apr 2008 08:48:38 -0000	1.1460
+++ openoffice.org.spec	4 Apr 2008 19:39:11 -0000	1.1461
@@ -1,6 +1,6 @@
 %define oootag OOH680
 %define ooomilestone 12
-%define rh_rpm_release 5
+%define rh_rpm_release 6
 
 # undef to get english only and no-langpacks for a faster smoketest build
 %define langpacks 1
@@ -2894,6 +2894,9 @@
 
 
 %changelog
+* Fri Apr 04 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.6
+- Resolves: rhbz#439727 find another crasher
+
 * Wed Apr 02 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.5
 - Resolves: rhbz#439727 find crasher
 - Resolves: rhbz#436518 try and workaround bizarro bug

workspace.notes2.patch:

Index: workspace.notes2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/workspace.notes2.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- workspace.notes2.patch	3 Apr 2008 09:34:38 -0000	1.9
+++ workspace.notes2.patch	4 Apr 2008 19:39:11 -0000	1.10
@@ -4639,7 +4639,7 @@
 diff -u /dev/null sw/sw/source/ui/docvw/PostItMgr.cxx:1.1.2.129
 --- /dev/null	Mon Mar 31 02:24:26 2008
 +++ sw/sw/source/ui/docvw/PostItMgr.cxx	Thu Jan 31 04:06:53 2008
-@@ -0,0 +1,1591 @@
+@@ -0,0 +1,1593 @@
 +/*************************************************************************
 + *
 + *  OpenOffice.org - a multi-platform office productivity suite
@@ -5374,6 +5374,8 @@
 +
 +	SwPostItItem_iterator aItem = mPages[aPage-1]->mList->end();
 +	--aItem;
++   if (!((*aItem)->pPostIt))
++   	return false;
 +	const long aSidebarheight = mPages[aPage-1]->bScrollbar ? mpEditWin->PixelToLogic(Size(0,GetSidebarScrollerHeight())).Height() : 0;
 +	const long aEndValue = mpEditWin->PixelToLogic(Point(0,(*aItem)->pPostIt->GetPosPixel().Y()+(*aItem)->pPostIt->GetSizePixel().Height())).Y();
 +	return aEndValue <= mPages[aPage-1]->mPageRect.Bottom()-aSidebarheight;




More information about the fedora-extras-commits mailing list