/[pkgs]/devel/openoffice.org/openoffice.org-3.2.0.ooo105988.svx.a11ycrash.patch
ViewVC logotype

Contents of /devel/openoffice.org/openoffice.org-3.2.0.ooo105988.svx.a11ycrash.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sat Oct 17 15:45:54 2009 UTC (5 weeks, 3 days ago) by caolanm
Branch: MAIN
CVS Tags: openoffice_org-3_2_0-2_2_fc13, openoffice_org-3_2_0-5_2_fc13, openoffice_org-3_2_0-4_2_fc13, openoffice_org-3_2_0-4_1_fc13, openoffice_org-3_2_0-2_5_fc13, openoffice_org-3_2_0-2_3_fc13, openoffice_org-3_2_0-5_1_fc13, openoffice_org-3_2_0-3_1_fc13, openoffice_org-3_2_0-3_4_fc13, openoffice_org-3_2_0-2_4_fc13, openoffice_org-3_2_0-3_2_fc13, HEAD
File MIME type: text/x-patch
Resolves: ooo#105988 a11y crash in impress
1 diff -ru svx.orig/source/unodraw/unoshtxt.cxx svx/source/unodraw/unoshtxt.cxx
2 --- svx.orig/source/unodraw/unoshtxt.cxx 2009-10-17 16:34:40.000000000 +0100
3 +++ svx/source/unodraw/unoshtxt.cxx 2009-10-17 16:36:04.000000000 +0100
4 @@ -352,6 +352,8 @@
5
6 void SvxTextEditSourceImpl::Notify( SfxBroadcaster&, const SfxHint& rHint )
7 {
8 + acquire();
9 +
10 const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint );
11 const SvxViewHint* pViewHint = PTR_CAST( SvxViewHint, &rHint );
12
13 @@ -447,6 +449,8 @@
14 break;
15 }
16 }
17 +
18 + release();
19 }
20
21 /* this is a callback from the attached SdrObject when it is actually deleted */

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2