diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-10-30 14:20:02 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-10-30 14:20:02 +0000 |
commit | 6a8e5c6038c96f2aed41bfbe99151cf16ecc1bfe (patch) | |
tree | 3cad5d2014e677e9e8ed1818ca0f781d46c8176c /dbaccess/source/ui/inc/tabletree.hxx | |
parent | bc923449c9a58cc9d3a6c2a546b484a09b3db629 (diff) |
#79816# second UpdateTableList got other parameters
Diffstat (limited to 'dbaccess/source/ui/inc/tabletree.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/tabletree.hxx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/tabletree.hxx b/dbaccess/source/ui/inc/tabletree.hxx index 421a1842b..6f89d1786 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 ************************************************************************/ |