From 86bb35bd5cabec2b3e3558a9516f11eb04467e10 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Mar 2008 16:04:19 +0000 Subject: INTEGRATION: CWS rptchart01_DEV300 (1.5.96); FILE MERGED 2008/02/18 09:52:50 oj 1.5.96.1: #i85225# fix for visibility of commands --- dbaccess/inc/genericcontroller.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dbaccess/inc/genericcontroller.hxx') diff --git a/dbaccess/inc/genericcontroller.hxx b/dbaccess/inc/genericcontroller.hxx index 7b313420e862..6ad52eca8f98 100644 --- a/dbaccess/inc/genericcontroller.hxx +++ b/dbaccess/inc/genericcontroller.hxx @@ -4,9 +4,9 @@ * * $RCSfile: genericcontroller.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2007-08-02 14:25:13 $ + * last change: $Author: kz $ $Date: 2008-03-05 17:04:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -187,6 +187,7 @@ namespace dbaui sal_Bool bEnabled; optional< bool > bChecked; + optional< bool > bInvisible; ::com::sun::star::uno::Any aValue; optional< ::rtl::OUString > sTitle; -- cgit