rpms/openoffice.org/devel openoffice.org-3.1.0.ooo99427.sd.ensure-icons-state.patch, NONE, 1.1 openoffice.org.spec, 1.1815, 1.1816

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


Author: caolanm

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

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/devel/openoffice.org.spec,v
retrieving revision 1.1815
retrieving revision 1.1816
diff -u -r1.1815 -r1.1816
--- openoffice.org.spec	19 Feb 2009 12:07:30 -0000	1.1815
+++ openoffice.org.spec	19 Feb 2009 16:13:31 -0000	1.1816
@@ -126,6 +126,7 @@
 Patch53: workspace.vcl100.patch
 Patch54: workspace.xmergeclean.patch
 Patch55: openoffice.org-3.1.0.ooo99407.filter-detectsmalldevicefilters.patch
+Patch56: openoffice.org-3.1.0.ooo99427.sd.ensure-icons-state.patch
 
 %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")
 %define instdir %{_libdir}
@@ -1586,6 +1587,7 @@
 %patch53 -p0 -b .workspace.vcl100.patch
 %patch54 -p0 -b .workspace.xmergeclean.patch
 %patch55 -p0 -b .ooo99407.filter-detectsmalldevicefilters.patch
+%patch56 -p0 -b .ooo99427.sd.ensure-icons-state.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -4081,7 +4083,7 @@
     unopkg list --shared > /dev/null 2>&1 || :
 
 %changelog
-* Wed Feb 18 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.0-1.3
+* Thu Feb 18 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.0-1.3
 - rhbz#486062 add workspace.xmergeclean.patch to ensure functionality
 - add Danish thesaurus requires
 - Resolves: rhbz#486062
@@ -4091,6 +4093,7 @@
      to register as handler for .dbf files
    + add a openoffice.org-javafilter.desktop to the javafilter subrpm
      to notify existance of handlers for optional importers
+- Resolves: rhbz#486362 add openoffice.org-3.1.0.ooo99427.sd.ensure-icons-state.patch
 
 * Tue Feb 17 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.0-1.2
 - fix rotated glyphs




More information about the scm-commits mailing list