ooo-build r13648 - in trunk: . patches/dev300
- From: jannieuw svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r13648 - in trunk: . patches/dev300
- Date: Thu, 21 Aug 2008 10:43:47 +0000 (UTC)
Author: jannieuw
Date: Thu Aug 21 10:43:47 2008
New Revision: 13648
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13648&view=rev
Log:
2008-08-21 Jan Nieuwenhuizen <janneke gnu org>
* patches/dev300/layout-simple-dialogs-toolkit.diff: Import
part of 6c5e8fe... Fix radio button crasher, from GIT. Fixes
n#417840.
Modified:
trunk/ChangeLog
trunk/patches/dev300/layout-simple-dialogs-toolkit.diff
Modified: trunk/patches/dev300/layout-simple-dialogs-toolkit.diff
==============================================================================
--- trunk/patches/dev300/layout-simple-dialogs-toolkit.diff (original)
+++ trunk/patches/dev300/layout-simple-dialogs-toolkit.diff Thu Aug 21 10:43:47 2008
@@ -1360,7 +1360,7 @@
+ // IWBN to add an XRadioButton2 and layout::VCLXRadioButton
+ // with {get,set}RadioGroup() (and a "radiogroup" property
+ // even) and handle the grouping here in RadioButtonImpl.
-+ uno::Reference< uno::XInterface > x = static_cast<RadioButton*> (mpWindow)->GetVCLXRadioButton ()->getFirstActionListener ();
++ uno::Reference< uno::XInterface > x = static_cast<VCLXRadioButton*> (mpWindow->GetVCLXWindow ())->getFirstActionListener ();
+ uno::Reference< awt::XActionListener > a = uno::Reference< awt::XActionListener> (x ,uno::UNO_QUERY );
+ mxButton->removeActionListener (a);
+ ButtonImpl::SetClickHdl (rLink);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]