summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/tabletree.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-10-30 14:20:02 +0000
committerFrank Schönheit <fs@openoffice.org>2000-10-30 14:20:02 +0000
commit73b929993145b0e501976a1d8af143502e0975fb (patch)
tree4677bc3d98d246c5a095aa0fa6e6a0d3ef2818ea /dbaccess/source/ui/inc/tabletree.hxx
parent0da56c7143474100df37649a961016ae2e4f6edf (diff)
#79816# second UpdateTableList got other parameters
Diffstat (limited to 'dbaccess/source/ui/inc/tabletree.hxx')
-rw-r--r--dbaccess/source/ui/inc/tabletree.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/tabletree.hxx b/dbaccess/source/ui/inc/tabletree.hxx
index 54eb6be6473a..9dd94dc42470 100644
--- a/dbaccess/source/ui/inc/tabletree.hxx
+++ b/dbaccess/source/ui/inc/tabletree.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabletree.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2000-10-05 10:09:23 $
+ * last change: $Author: fs $ $Date: 2000-10-30 15:20:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,8 +127,8 @@ public:
*/
virtual void UpdateTableList(
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData >& _rxConnMetaData,
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > _rxTables,
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > _rxView);
+ const ::com::sun::star::uno::Sequence< ::rtl::OUString >& _rTables,
+ const ::com::sun::star::uno::Sequence< ::rtl::OUString >& _rViews);
protected:
virtual void Command( const CommandEvent& rEvt );
@@ -143,6 +143,9 @@ protected:
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2000/10/05 10:09:23 fs
+ * initial checkin
+ *
*
* Revision 1.0 28.09.00 13:15:45 fs
************************************************************************/