diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:02:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:02:07 +0000 |
commit | 648b8ba01e1427a7951abc18b586bf204db89421 (patch) | |
tree | deabdc5a700b4e5fdd0ace1afd0f40541c7e735f /connectivity/source/drivers/file/FConnection.cxx | |
parent | ea114999b234a062fe0e139edea520a2dfdd5157 (diff) |
INTEGRATION: CWS insight01 (1.39.92); FILE MERGED
2003/08/01 11:52:36 oj 1.39.92.1: #111090# getPropertyInfo at driver
Diffstat (limited to 'connectivity/source/drivers/file/FConnection.cxx')
-rw-r--r-- | connectivity/source/drivers/file/FConnection.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/file/FConnection.cxx b/connectivity/source/drivers/file/FConnection.cxx index 6876dcfdca8a..5c8a9e20ce46 100644 --- a/connectivity/source/drivers/file/FConnection.cxx +++ b/connectivity/source/drivers/file/FConnection.cxx @@ -2,9 +2,9 @@ * * $RCSfile: FConnection.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: oj $ $Date: 2002-11-29 12:50:47 $ + * last change: $Author: hr $ $Date: 2004-08-02 17:02:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,7 +134,7 @@ using namespace com::sun::star::sdbcx; using namespace com::sun::star::container; using namespace com::sun::star::ucb; using namespace ::ucb; -using namespace rtl; +using rtl::OUString; typedef connectivity::OMetaConnection OConnection_BASE; // -------------------------------------------------------------------------------- OConnection::OConnection(OFileDriver* _pDriver) @@ -239,7 +239,7 @@ void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyV { aFile = ::ucb::Content(getURL(),Reference< ::com::sun::star::ucb::XCommandEnvironment >()); } - catch(ContentCreationException&e) + catch(ContentCreationException& e) { throwUrlNotValid(getURL(),e.Message); } |