rpms/openoffice.org/F-10 openoffice.org-3.1.0.ooo99427.sd.ensure-icons-state.patch, NONE, 1.1 openoffice.org.spec, 1.1718, 1.1719

Caolan McNamara caolanm at fedoraproject.org
Thu Feb 19 16:14:02 UTC 2009


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.1.0.ooo99427.sd.ensure-icons-state.patch 
Log Message:
Resolves: rhbz#486362 add openoffice.org-3.1.0.ooo99427.sd.ensure-icons-state.patch

openoffice.org-3.1.0.ooo99427.sd.ensure-icons-state.patch:

--- NEW FILE openoffice.org-3.1.0.ooo99427.sd.ensure-icons-state.patch ---
--- sd.orig/source/ui/view/drtxtob1.cxx	2009-02-19 13:51:29.000000000 +0000
+++ sd/source/ui/view/drtxtob1.cxx	2009-02-19 15:50:03.000000000 +0000
@@ -256,6 +260,8 @@
 			{
 				pOLV->AdjustDepth( -1 );
 
+				// Ensure bold/italic etc. icon state updates
+				Invalidate();
 				// #96551# trigger preview refresh
 				mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, TRUE, FALSE );
 			}
@@ -269,6 +275,8 @@
 			{
 				pOLV->AdjustDepth( 1 );
 
+				// Ensure bold/italic etc. icon state updates
+				Invalidate();
 				// #96551# trigger preview refresh
 				mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, TRUE, FALSE );
 			}


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-10/openoffice.org.spec,v
retrieving revision 1.1718
retrieving revision 1.1719
diff -u -r1.1718 -r1.1719
--- openoffice.org.spec	18 Feb 2009 13:22:47 -0000	1.1718
+++ openoffice.org.spec	19 Feb 2009 16:13:31 -0000	1.1719
@@ -140,6 +140,7 @@
 Patch67: openoffice.org-3.0.1.ooo98885.sw.safeindex.patch
 Patch68: openoffice.org-3.0.1.ooo99081.vcl.dont.release.before-reuse.patch
 Patch69: workspace.xmergeclean.patch
+Patch70: openoffice.org-3.1.0.ooo99427.sd.ensure-icons-state.patch
 
 %define instdir %{_libdir}
 %define baseinstdir %{instdir}/openoffice.org
@@ -1404,6 +1405,7 @@
 %patch67 -p1 -b .ooo98885.sw.safeindex.patch
 %patch68 -p1 -b .ooo99081.vcl.dont.release.before-reuse.patch
 %patch69 -p1 -b .workspace.xmergeclean.patch
+%patch70 -p1 -b .ooo99427.sd.ensure-icons-state.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -3770,12 +3772,13 @@
     unopkg list --shared > /dev/null 2>&1 || :
 
 %changelog
-* Wed Feb 18 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.0.1-15.3
+* Thu Feb 19 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.0.1-15.3
 - Resolves: rhbz#483223 openoffice.org-3.0.1.ooo98649.svtools.missingUI.patch
 - Resolves: rhbz#483931 openoffice.org-3.0.1.ooo98885.sw.safeindex.patch
 - Resolves: rhbz#484604 crash in glyph substitution
 - add workspace.xmergeclean.patch to ensure xmerge functions with all
   jaxp implementations
+- Resolves: rhbz#486362 add openoffice.org-3.1.0.ooo99427.sd.ensure-icons-state.patch
 
 * Tue Jan 20 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.0.1-15.2
 - Resolves: rhbz#479624 add




More information about the fedora-extras-commits mailing list