Tag: cws_dev300_dba30d User: fs Date: 2008-06-09 13:42:56+0000 Modified: dba/dbaccess/source/ui/inc/tabletree.hxx
Log: #i80943# +describeObject File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: tabletree.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/tabletree.hxx?r1=1.18&r2=1.18.30.1 Delta lines: +10 -2 -------------------- --- tabletree.hxx 2008-04-10 15:48:25+0000 1.18 +++ tabletree.hxx 2008-06-09 13:42:53+0000 1.18.30.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: tabletree.hxx,v $ - * $Revision: 1.18 $ + * $Revision: 1.18.30.1 $ * * This file is part of OpenOffice.org. * @@ -50,6 +50,9 @@ #ifndef _COM_SUN_STAR_SDBC_XDRIVER_HPP_ #include <com/sun/star/sdbc/XDriver.hpp> #endif +#ifndef _COM_SUN_STAR_SDB_APPLICATION_NAMEDDATABASEOBJECT_HPP_ +#include <com/sun/star/sdb/application/NamedDatabaseObject.hpp> +#endif #include <memory> @@ -128,6 +131,11 @@ const ::com::sun::star::uno::Sequence< ::rtl::OUString>& _rViews ); + /** returns a NamedDatabaseObject record which describes the given entry + */ + ::com::sun::star::sdb::application::NamedDatabaseObject + describeObject( SvLBoxEntry* _pEntry ); + /** to be used if a foreign instance added a table */ SvLBoxEntry* addedTable( const ::rtl::OUString& _rName ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
