ooo-build r12487 - in trunk: . patches/dev300
- From: jiaojh svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12487 - in trunk: . patches/dev300
- Date: Thu, 8 May 2008 04:50:49 +0100 (BST)
Author: jiaojh
Date: Thu May 8 03:50:48 2008
New Revision: 12487
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12487&view=rev
Log:
update for setPropertyValue
Modified:
trunk/ChangeLog
trunk/patches/dev300/form-control-visibility.diff
Modified: trunk/patches/dev300/form-control-visibility.diff
==============================================================================
--- trunk/patches/dev300/form-control-visibility.diff (original)
+++ trunk/patches/dev300/form-control-visibility.diff Thu May 8 03:50:48 2008
@@ -89,7 +89,7 @@
+ case BASEPROPERTY_VISIBLE:
+ {
+ sal_Bool b = sal_Bool();
-+ if ( ( Value >>= b ) && !b )
++ if ( Value >>= b )
+ setVisible( b );
+ }
+ break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]