[openoffice.org/f14/master] Resolves: rhbz#624908/ooo#114012 bad a11y chain in draw

Caolan McNamara caolanm at fedoraproject.org
Fri Aug 20 09:56:26 UTC 2010


commit 4aa95af434e2ab5a7ccd6f7ae97af2d9d2fd8f18
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Aug 20 10:56:16 2010 +0100

    Resolves: rhbz#624908/ooo#114012 bad a11y chain in draw

 ...ffice.org-3.3.0.ooo114012.sd.bada11ychain.patch |   40 ++++++++++++++++++++
 openoffice.org.spec                                |    9 +++-
 2 files changed, 47 insertions(+), 2 deletions(-)
---
diff --git a/openoffice.org-3.3.0.ooo114012.sd.bada11ychain.patch b/openoffice.org-3.3.0.ooo114012.sd.bada11ychain.patch
new file mode 100644
index 0000000..fc0fd89
--- /dev/null
+++ b/openoffice.org-3.3.0.ooo114012.sd.bada11ychain.patch
@@ -0,0 +1,40 @@
+--- sd/source/ui/accessibility/AccessibleSlideSorterView.cxx	2010-08-20 10:29:47.000000000 +0100
++++ sd/source/ui/accessibility/AccessibleSlideSorterView.cxx	2010-08-20 10:45:27.000000000 +0100
+@@ -70,6 +72,7 @@
+         AccessibleSlideSorterView& rAccessibleSlideSorter,
+         ::sd::slidesorter::SlideSorter& rSlideSorter,
+         ::Window* pWindow);
++    void InitialConnectAndUpdate (void);
+     ~Implementation (void);
+ 
+     void UpdateChildren (void);
+@@ -116,6 +119,7 @@
+       mpContentWindow(pContentWindow)
+ {
+ 	OSL_TRACE("creating AccessibleSlideSorterView");
++    mpImpl->InitialConnectAndUpdate();
+ }
+ 
+ 
+@@ -787,6 +791,13 @@
+       mnFocusedIndex(-1),
+       mbModelChangeLocked(false)
+ {
++}
++
++
++
++
++void AccessibleSlideSorterView::Implementation::InitialConnectAndUpdate (void)
++{
+     ConnectListeners();
+     UpdateChildren();
+ }
+@@ -794,6 +805,7 @@
+ 
+ 
+ 
++
+ AccessibleSlideSorterView::Implementation::~Implementation (void)
+ {
+     ReleaseListeners();
diff --git a/openoffice.org.spec b/openoffice.org.spec
index a4c054b..6514ea9 100644
--- a/openoffice.org.spec
+++ b/openoffice.org.spec
@@ -1,6 +1,6 @@
 %define oootag OOO330
 %define ooomilestone 4
-%define rh_rpm_release 3
+%define rh_rpm_release 4
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -33,7 +33,7 @@
 Summary:        OpenOffice.org comprehensive office suite
 Name:           openoffice.org
 Version:        3.3.0
-Release:        %{ooomilestone}.%{rh_rpm_release}%{?dist}.1
+Release:        %{ooomilestone}.%{rh_rpm_release}%{?dist}
 Epoch:          1
 License:        LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and (CDDL or GPLv2) and Public Domain
 Group:          Applications/Productivity
@@ -117,6 +117,7 @@ Patch38: openoffice.org-3.3.0.ooo106591.sal.tradcopy.patch
 Patch39: workspace.impress197.patch
 Patch40: openoffice.org-3.3.0.ooo113856.vcl.mutter.patch
 Patch41: workspace.cmcfixes78.patch
+Patch42: openoffice.org-3.3.0.ooo114012.sd.bada11ychain.patch
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %define instdir %{_libdir}
@@ -1646,6 +1647,7 @@ cp -p %{SOURCE5} external/unowinreg/unowinreg.dll
 %patch39 -p1 -b .workspace.impress197.patch
 %patch40 -p1 -b .ooo113856.vcl.mutter.patch
 %patch41 -p1 -b .workspace.cmcfixes78.patch
+%patch42 -p0 -b .ooo114012.sd.bada11ychain.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -3821,6 +3823,9 @@ unopkg remove --shared org.openoffice.legacy.ScriptProviderForPython.zip > /dev/
 %endif
 
 %changelog
+* Mon Aug 20 2010 Caolán McNamara <caolanm at redhat.com>- 1:3.3.0-4.4
+- Resolves: rhbz#624908/ooo#114012 bad a11y chain in draw
+
 * Thu Aug 19 2010 Rex Dieter <rdieter at fedoraproject.org> - 1:3.3.0-4.3.1
 - rebuild (poppler)
 


More information about the scm-commits mailing list