diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-19 22:13:31 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-19 22:13:31 +0000 |
commit | 86307222d7e5e052da00191a3ad09da634f33ebf (patch) | |
tree | 3028c1fa8130b4a8b92ce6e2152198409d0cc7af /scripting/source/basprov | |
parent | c26bb445ac9ac96e2f95dfebec573362af9c568c (diff) |
INTEGRATION: CWS scriptingf5 (1.5.14); FILE MERGED
2004/03/05 10:33:43 npower 1.5.14.1: #i22570# Changes to support new URL parsing service. A side affect of using the new service is that the format of the URI has changed a little. The URI is now nt hierarchical. Changes to the files below involve removing methods to parse data from the URI instread new service UriReferenceFactory, adding the new types to build project xml files.
Diffstat (limited to 'scripting/source/basprov')
-rw-r--r-- | scripting/source/basprov/basmethnode.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/basprov/basmethnode.cxx b/scripting/source/basprov/basmethnode.cxx index 815b995e15b9..ab2b915cad48 100644 --- a/scripting/source/basprov/basmethnode.cxx +++ b/scripting/source/basprov/basmethnode.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basmethnode.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: tbe $ $Date: 2003-11-07 13:51:16 $ + * last change: $Author: svesik $ $Date: 2004-04-19 23:13:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -136,7 +136,7 @@ namespace basprov StarBASIC* pBasic = static_cast< StarBASIC* >( pModule->GetParent() ); if ( pBasic ) { - m_sURI = ::rtl::OUString::createFromAscii( "vnd.sun.star.script://" ); + m_sURI = ::rtl::OUString::createFromAscii( "vnd.sun.star.script:" ); m_sURI += pBasic->GetName(); m_sURI += ::rtl::OUString::createFromAscii( "." ); m_sURI += pModule->GetName(); |