Tag: cws_src680_odbmacros2 User: fs Date: 2008-01-24 10:31:28+0000 Modified: dba/dbaccess/inc/genericcontroller.hxx
Log: #i49133# support for making features invisible (i.e. they disappear from their menu/toolbar) File Changes: Directory: /dba/dbaccess/inc/ ============================= File [changed]: genericcontroller.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/inc/genericcontroller.hxx?r1=1.5.82.3&r2=1.5.82.4 Delta lines: +3 -2 ------------------- --- genericcontroller.hxx 2007-12-19 07:14:07+0000 1.5.82.3 +++ genericcontroller.hxx 2008-01-24 10:31:26+0000 1.5.82.4 @@ -4,9 +4,9 @@ * * $RCSfile: genericcontroller.hxx,v $ * - * $Revision: 1.5.82.3 $ + * $Revision: 1.5.82.4 $ * - * last change: $Author: fs $ $Date: 2007/12/19 07:14:07 $ + * last change: $Author: fs $ $Date: 2008/01/24 10:31:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -125,6 +125,7 @@ sal_Bool bEnabled; optional< bool > bChecked; + optional< bool > bInvisible; ::com::sun::star::uno::Any aValue; optional< ::rtl::OUString > sTitle; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
