Tag: cws_dev300_dba30d User: fs Date: 2008-06-10 14:11:23+0000 Modified: dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx
Log: #i10000# 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.7&r2=1.32.10.8 Delta lines: +8 -2 ------------------- --- AppDetailPageHelper.cxx 2008-06-10 14:08:33+0000 1.32.10.7 +++ AppDetailPageHelper.cxx 2008-06-10 14:11:21+0000 1.32.10.8 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: AppDetailPageHelper.cxx,v $ - * $Revision: 1.32.10.7 $ + * $Revision: 1.32.10.8 $ * * This file is part of OpenOffice.org. * @@ -182,11 +182,14 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star; -namespace +namespace dbaui { namespace DatabaseObject = ::com::sun::star::sdb::application::DatabaseObject; namespace DatabaseObjectContainer = ::com::sun::star::sdb::application::DatabaseObjectContainer; +} +namespace +{ SvLBoxEntry* lcl_findEntry_impl(DBTreeListBox& rTree,const ::rtl::OUString& _rName,SvLBoxEntry* _pFirst) { SvLBoxEntry* pReturn = NULL; @@ -823,6 +826,9 @@ // ----------------------------------------------------------------------------- namespace { + namespace DatabaseObject = ::com::sun::star::sdb::application::DatabaseObject; + namespace DatabaseObjectContainer = ::com::sun::star::sdb::application::DatabaseObjectContainer; + static sal_Int32 lcl_getFolderIndicatorForType( const ElementType _eType ) { const sal_Int32 nFolderIndicator = --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
