diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-19 22:16:39 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-19 22:16:39 +0000 |
commit | 8e89c6a0628349aaf1bae6d4b74cbb8d84ef743d (patch) | |
tree | e8e620ab70d2ba09880360b86f5dc3e7a3f84eed /scripting/source | |
parent | e687d8a670da28a6f4cf785f06ebe1737daa4396 (diff) |
INTEGRATION: CWS scriptingf5 (1.9.14); FILE MERGED
2004/03/05 10:33:47 npower 1.9.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')
-rwxr-xr-x | scripting/source/provider/provider.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripting/source/provider/provider.xml b/scripting/source/provider/provider.xml index 9989a480d496..8d0f513984e1 100755 --- a/scripting/source/provider/provider.xml +++ b/scripting/source/provider/provider.xml @@ -20,6 +20,9 @@ <type> drafts.com.sun.star.script.provider.XScriptProvider </type> <type> drafts.com.sun.star.script.browse.XBrowseNode </type> <type> drafts.com.sun.star.script.browse.BrowseNodeTypes </type> + <type> com.sun.star.uri.XUriReference </type> + <type> com.sun.star.uri.XUriReferenceFactory </type> + <type> com.sun.star.uri.XVndSunStarScriptUrl </type> </component-description> <project-build-dependency> cppuhelper </project-build-dependency> |