diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 15:51:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 15:51:17 +0000 |
commit | a749ed92d3078e516aa5e317f51cb985c8a26a85 (patch) | |
tree | 176452a3a96ad9a7deea3aa017432c58875c8a81 /dbaccess/source/ui | |
parent | 92e2337faaabb29bf5945c4b7fdb001ed6b3db27 (diff) |
INTEGRATION: CWS dba24 (1.4.2); FILE MERGED
2005/02/23 07:41:49 oj 1.4.2.1: #i42461# reinvent the opening of database documents
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/inc/dbwizsetup.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/dbwizsetup.hxx b/dbaccess/source/ui/inc/dbwizsetup.hxx index b2132155fc84..dedcb429823f 100644 --- a/dbaccess/source/ui/inc/dbwizsetup.hxx +++ b/dbaccess/source/ui/inc/dbwizsetup.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbwizsetup.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2005-02-17 11:08:12 $ + * last change: $Author: vg $ $Date: 2005-03-10 16:51:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -207,9 +207,7 @@ protected: ApplyResult implApplyChanges(); private: - sal_Bool StartTableWizard(); //const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB void RegisterDataSourceByLocation(const ::rtl::OUString& sPath); - void OpenDatabaseDocument(const ::rtl::OUString& _sPath); sal_Bool SaveDatabaseDocument(); void activateDatabasePath(OGeneralPage* _pTabpage); void createUniqueFileName(INetURLObject* pURL); |