rpms/openoffice.org/devel openoffice.org-2.0.4.ooo69992.sw.syncbackspace.patch, NONE, 1.1 openoffice.org.spec, 1.948, 1.949 openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 23 15:46:09 UTC 2006


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2157

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.0.4.ooo69992.sw.syncbackspace.patch 
Removed Files:
	openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch 
Log Message:
Resolves: rhbz#217047 make delete sync not async to make the sinhala im happy

openoffice.org-2.0.4.ooo69992.sw.syncbackspace.patch:
 source/ui/docvw/edtwin.cxx    |    0 
 sw/source/ui/docvw/edtwin.cxx |    5 ++++-
 2 files changed, 4 insertions(+), 1 deletion(-)

--- NEW FILE openoffice.org-2.0.4.ooo69992.sw.syncbackspace.patch ---
Index: source/ui/docvw/edtwin.cxx
===================================================================
RCS file: /cvs/sw/sw/source/ui/docvw/edtwin.cxx,v
retrieving revision 1.136
diff -u -r1.136 edtwin.cxx
--- openoffice.org.orig/sw/source/ui/docvw/edtwin.cxx	16 Sep 2006 22:52:34 -0000	1.136
+++ openoffice.org/sw/source/ui/docvw/edtwin.cxx	23 Nov 2006 15:41:10 -0000
@@ -2169,7 +2171,10 @@
 				if( aInBuffer.Len() && ( !bNormalChar || bIsDocReadOnly ))
                     FlushInBuffer();
 
-				if( rView.KeyInput( aKeyEvent ) )
+
+				if ( KEY_BACKSPACE == rKeyCode.GetFullCode() )
+                    GetView().GetViewFrame()->GetBindings().Execute(FN_BACKSPACE);
+                else if ( rView.KeyInput( aKeyEvent ) )
 					bFlushBuffer = TRUE, bNormalChar = FALSE;
 				else
 				{


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.948
retrieving revision 1.949
diff -u -r1.948 -r1.949
--- openoffice.org.spec	23 Nov 2006 14:42:51 -0000	1.948
+++ openoffice.org.spec	23 Nov 2006 15:46:07 -0000	1.949
@@ -1,6 +1,6 @@
 %define oootag OOE680
 %define ooomilestone 5
-%define rh_rpm_release 1
+%define rh_rpm_release 2
 
 # gcc#19664#
 %define stlvisibilityfcked 1
@@ -111,7 +111,7 @@
 Patch45: openoffice.org-2.0.4.gccXXXXX.svtools.fsstorage.patch
 Patch46: openoffice.org-2.0.4.ooo69780.goodies.hugetile.patch
 Patch47: openoffice.org-2.0.4.rhXXXXXX.padmin.nospadmin.patch
-Patch48: openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch
+Patch48: openoffice.org-2.0.4.ooo69992.sw.syncbackspace.patch
 Patch49: openoffice.org-2.0.4.ooo70779.vcl.setprgname.patch
 Patch50: openoffice.org-2.0.4.ooo70782.secondaryfpicker.atk.patch
 Patch51: openoffice.org-2.0.4.ooo70835.vcl.minimizealerts.patch
@@ -978,7 +978,7 @@
 %patch45 -p1 -b .gccXXXXX.svtools.fsstorage.patch
 %patch46 -p1 -b .ooo69780.goodies.hugetile.patch
 %patch47 -p1 -b .rhXXXXXX.padmin.nospadmin.patch
-%patch48 -p1 -b .ooo69992.vcl.im_yield.patch
+%patch48 -p1 -b .ooo69992.sw.syncbackspace.patch
 %patch49 -p1 -b .ooo70779.vcl.setprgname.patch
 %patch50 -p1 -b .ooo70782.secondaryfpicker.atk.patch
 %patch51 -p1 -b .ooo70835.vcl.minimizealerts.patch
@@ -2493,6 +2493,11 @@
 %{instdir}/share/registry/modules/org/openoffice/Office/Scripting/Scripting-python.xcu
 
 %changelog
+* Thu Nov 23 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.1.0-5.2
+- Resolves: rhbz#217047 
+  replace openoffice.org-2.0.4.ooo.vcl.im_yield.patch with 
+  openoffice.org-2.0.4.ooo69992.sw.syncbackspace.patch
+
 * Thu Nov 23 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.1.0-5.1
 - next one
 


--- openoffice.org-2.0.4.ooo69992.vcl.im_yield.patch DELETED ---




More information about the fedora-cvs-commits mailing list