Tag: cws_dev300_dba30d User: fs Date: 2008-06-11 20:26:04+0000 Modified: dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx
Log: renaming of some of the recently introduced css.sdb.application.DatabaseObjectContainer constants# File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailPageHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx?r1=1.32.10.8&r2=1.32.10.9 Delta lines: +2 -2 ------------------- --- AppDetailPageHelper.cxx 2008-06-10 14:11:21+0000 1.32.10.8 +++ AppDetailPageHelper.cxx 2008-06-11 20:26:01+0000 1.32.10.9 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: AppDetailPageHelper.cxx,v $ - * $Revision: 1.32.10.8 $ + * $Revision: 1.32.10.9 $ * * This file is part of OpenOffice.org. * @@ -660,7 +660,7 @@ bool OAppDetailPageHelper::isLeaf(SvLBoxEntry* _pEntry) const { sal_Int32 nEntryType = reinterpret_cast< sal_IntPtr >( _pEntry->GetUserData() ); - if ( ( nEntryType == DatabaseObjectContainer::ALL_TABLES ) + if ( ( nEntryType == DatabaseObjectContainer::TABLES ) || ( nEntryType == DatabaseObjectContainer::CATALOG ) || ( nEntryType == DatabaseObjectContainer::SCHEMA ) || ( nEntryType == DatabaseObjectContainer::FORMS_FOLDER ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
