diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-03-30 13:08:05 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-03-30 13:08:05 +0000 |
commit | f55e0f5fa5bde13437a10f29affb797c8d767cdd (patch) | |
tree | 5187c24e09e2ff9a6416d334296584bfc14c5984 /connectivity/source/inc/file/FConnection.hxx | |
parent | 2c7d09b02814986e858d37e34eef123bf913b208 (diff) |
index exception now gives information about index
Diffstat (limited to 'connectivity/source/inc/file/FConnection.hxx')
-rw-r--r-- | connectivity/source/inc/file/FConnection.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/FConnection.hxx b/connectivity/source/inc/file/FConnection.hxx index 07001d48d400..0a86f542e3cc 100644 --- a/connectivity/source/inc/file/FConnection.hxx +++ b/connectivity/source/inc/file/FConnection.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FConnection.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: oj $ $Date: 2001-02-05 12:26:41 $ + * last change: $Author: oj $ $Date: 2001-03-30 14:07:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -211,8 +211,10 @@ namespace connectivity // create a catalog or return the catalog already created virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XTablesSupplier > createCatalog(); String getExtension() const { return m_aFilenameExtension;} + String getURL() const { return m_aURL; } OFileDriver* getDriver() const { return m_pDriver; } + }; } } |