summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/MConnection.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-10-25 08:07:25 +0000
committerOcke Janssen <oj@openoffice.org>2002-10-25 08:07:25 +0000
commit85758ef2e7dc7de11ea1c2b4ed1aa201a999ad57 (patch)
tree26b7b15b4abcc6329509fc86c1537fd836efdda9 /connectivity/source/drivers/mozab/MConnection.hxx
parent568ff4d682a383a4a2b7a3a73fef220290d3b9f7 (diff)
#104495# make use of the new base classes in connectivity
Diffstat (limited to 'connectivity/source/drivers/mozab/MConnection.hxx')
-rw-r--r--connectivity/source/drivers/mozab/MConnection.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/connectivity/source/drivers/mozab/MConnection.hxx b/connectivity/source/drivers/mozab/MConnection.hxx
index 49a0680049a5..cbf190094f68 100644
--- a/connectivity/source/drivers/mozab/MConnection.hxx
+++ b/connectivity/source/drivers/mozab/MConnection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MConnection.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: oj $ $Date: 2001-11-26 13:51:14 $
+ * last change: $Author: oj $ $Date: 2002-10-25 09:07:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,7 +123,6 @@ namespace connectivity
::com::sun::star::sdbc::SQLWarning m_aLastWarning; // Last SQLWarning generated by
// an operation
- ::rtl::OUString m_sURL; // contains the real url set by construct
::rtl::OUString m_sUser; // the user name
MozabDriver* m_pDriver; // Pointer to the owning
// driver object
@@ -188,8 +187,6 @@ namespace connectivity
::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XTablesSupplier > SAL_CALL createCatalog();
- ::rtl::OUString getConnectionURL() const { return m_sURL; }
-
// Additions from the land of mozilla
rtl::OUString getMozURI() const
{ return m_sMozillaURI; }