summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 11:50:22 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 11:50:22 +0000
commite14ddf3885b34a947ed98ef9c3b52b06edac432d (patch)
treee43b65776dc24408ecb0bb587fd403ad483a757f /dbaccess/source/ui/inc
parent83bc06e411c897cc430726dd1c38b46fc44aca87 (diff)
INTEGRATION: CWS dba30d (1.18.30); FILE MERGED
2008/06/09 13:42:53 fs 1.18.30.1: #i80943# +describeObject
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r--dbaccess/source/ui/inc/tabletree.hxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/tabletree.hxx b/dbaccess/source/ui/inc/tabletree.hxx
index 5054aa95da0a..4bd8cd698ab4 100644
--- a/dbaccess/source/ui/inc/tabletree.hxx
+++ b/dbaccess/source/ui/inc/tabletree.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tabletree.hxx,v $
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
* 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 @@ public:
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 );