Tag: cws_src680_odbmacros2 User: fs Date: 2008-01-24 10:39:09+0000 Modified: dba/dbaccess/source/ui/browser/genericcontroller.cxx
Log: respect the new 'invisible' flag also when checking the cache File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: genericcontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/genericcontroller.cxx?r1=1.81.56.4&r2=1.81.56.5 Delta lines: +3 -2 ------------------- --- genericcontroller.cxx 2008-01-24 10:31:37+0000 1.81.56.4 +++ genericcontroller.cxx 2008-01-24 10:39:06+0000 1.81.56.5 @@ -4,9 +4,9 @@ * * $RCSfile: genericcontroller.cxx,v $ * - * $Revision: 1.81.56.4 $ + * $Revision: 1.81.56.5 $ * - * last change: $Author: fs $ $Date: 2008/01/24 10:31:37 $ + * last change: $Author: fs $ $Date: 2008/01/24 10:39:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -485,6 +485,7 @@ if ( bAlreadyCached ) if ( ( rCachedState.bEnabled == aFeatState.bEnabled ) && ( rCachedState.bChecked == aFeatState.bChecked ) + && ( rCachedState.bInvisible == aFeatState.bInvisible ) && ( rCachedState.sTitle == aFeatState.sTitle ) ) return; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
