diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 12:28:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 12:28:29 +0000 |
commit | d2b287cdd4f5bbe93b136d9f2bf2bf2cebfcbdb6 (patch) | |
tree | 4f639206bc55b316e2be549cdb3d4db323fb3e0f /dbaccess/source/ui/control/curledit.cxx | |
parent | c8ebff286bc889d44236ab17de63fc3712c97acd (diff) |
CWS-TOOLING: integrate CWS dba31b
Diffstat (limited to 'dbaccess/source/ui/control/curledit.cxx')
-rw-r--r-- | dbaccess/source/ui/control/curledit.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/control/curledit.cxx b/dbaccess/source/ui/control/curledit.cxx index 99edbb1a58d7..8dc6cd76abb8 100644 --- a/dbaccess/source/ui/control/curledit.cxx +++ b/dbaccess/source/ui/control/curledit.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: curledit.cxx,v $ - * $Revision: 1.14 $ + * $Revision: 1.14.52.1 $ * * This file is part of OpenOffice.org. * @@ -111,9 +111,9 @@ void OConnectionURLEdit::SetText(const String& _rStr, const Selection& /*_rNewSe if (!bIsEmpty) { // determine the type of the new URL described by the new text - DATASOURCE_TYPE eType = m_aTypeCollection.getType(_rStr); + ::dbaccess::DATASOURCE_TYPE eType = m_aTypeCollection.getType(_rStr); // and the prefix belonging to this type - if (DST_UNKNOWN != eType) + if ( ::dbaccess::DST_UNKNOWN != eType) sPrefix = m_aTypeCollection.getDatasourcePrefix(eType); else { DBG_ERROR("OConnectionURLEdit::SetText : the new text is no valid connection URL!"); |