rpms/openoffice.org/F-9 openoffice.org.spec, 1.1502, 1.1503 workspace.notes2.patch, 1.13, 1.14

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Thu Jul 31 08:12:48 UTC 2008


Author: caolanm

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

Modified Files:
	openoffice.org.spec workspace.notes2.patch 
Log Message:
Resolves: rhbz#457303 notes related right click in empty space crash


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/openoffice.org.spec,v
retrieving revision 1.1502
retrieving revision 1.1503
diff -u -r1.1502 -r1.1503
--- openoffice.org.spec	30 Jul 2008 14:16:59 -0000	1.1502
+++ openoffice.org.spec	31 Jul 2008 08:12:18 -0000	1.1503
@@ -2951,6 +2951,7 @@
 - Resolves: rhbz#452385 add postgress-jdbc to default classpath
 - Resolves: rhbz#456292 openoffice.org-3.0.0.ooo92026.sd.disposed_during_disposing.patch
 - Resolves: rhbz#457193 openoffice.org-3.0.0.ooo92253.dbaccess.a11y.crash
+- Resolves: rhbz#457303 notes related right click in empty space crash
 
 * Fri Jun 13 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.1-17.4
 - Resolves: rhbz#451485 fix vertical glyphs

workspace.notes2.patch:

Index: workspace.notes2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/workspace.notes2.patch,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- workspace.notes2.patch	1 Jun 2008 22:29:25 -0000	1.13
+++ workspace.notes2.patch	31 Jul 2008 08:12:18 -0000	1.14
@@ -10141,7 +10141,7 @@
          }
      }
 -
-+	else
++	else if (pEntry)
 +	{
 +		SwContentType* pType = (SwContentType*)pEntry->GetUserData();
 +		if ( (pType->GetType() == CONTENT_TYPE_POSTIT) &&  (!pActiveShell->GetView().GetDocShell()->IsReadOnly()) && ( pType->GetMemberCount() > 0) )




More information about the fedora-extras-commits mailing list