Tag: cws_src680_dba23ui User: fs Date: 2007-05-21 11:34:21+0000 Log: #i76857# disable 'Edit database file' when Base is not installed
File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: unodatbr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.186.2.1&r2=1.186.2.2 Delta lines: +3 -3 ------------------- --- unodatbr.cxx 2007-05-21 11:26:02+0000 1.186.2.1 +++ unodatbr.cxx 2007-05-21 11:34:18+0000 1.186.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: unodatbr.cxx,v $ * - * $Revision: 1.186.2.1 $ + * $Revision: 1.186.2.2 $ * - * last change: $Author: fs $ $Date: 2007/05/21 11:26:02 $ + * last change: $Author: fs $ $Date: 2007/05/21 11:34:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -3517,7 +3517,7 @@ } aContextMenu.EnableItem(SID_COPY, sal_False); - if ( !SvtModuleOptions.IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) + if ( !SvtModuleOptions().IsModuleInstalled( SvtModuleOptions::E_SDATABASE ) ) { aContextMenu.EnableItem( ID_TREE_EDIT_DATABASE, sal_False ); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
