Tag: cws_src680_oj14 User: oj Date: 2006/11/13 03:48:03 Modified: dba/dbaccess/inc/genericcontroller.hxx
Log: new member nValue File Changes: Directory: /dba/dbaccess/inc/ ============================= File [changed]: genericcontroller.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/inc/genericcontroller.hxx?r1=1.1.2.6&r2=1.1.2.7 Delta lines: +3 -2 ------------------- --- genericcontroller.hxx 8 Nov 2006 11:03:12 -0000 1.1.2.6 +++ genericcontroller.hxx 13 Nov 2006 11:48:00 -0000 1.1.2.7 @@ -4,9 +4,9 @@ * * $RCSfile: genericcontroller.hxx,v $ * - * $Revision: 1.1.2.6 $ + * $Revision: 1.1.2.7 $ * - * last change: $Author: oj $ $Date: 2006/11/08 11:03:12 $ + * last change: $Author: oj $ $Date: 2006/11/13 11:48:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -183,6 +183,7 @@ sal_Bool bEnabled; optional< bool > bChecked; + optional< sal_Int32 > nValue; optional< ::rtl::OUString > sTitle; FeatureState() : bEnabled(sal_False) { } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
