ooo-build r12487 - in trunk: . patches/dev300



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]