diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-19 22:15:33 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-19 22:15:33 +0000 |
commit | 332a944137ff76e821cb16061129ce16922a6e1c (patch) | |
tree | d8e5e58b80f39e377244b7912d1149782cf446b6 | |
parent | 45749febb1ded7ac541948f59c66ab0a90c02b6c (diff) |
INTEGRATION: CWS scriptingf5 (1.1.14); FILE MERGED
2004/03/05 10:33:45 npower 1.1.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.
-rwxr-xr-x | scripting/source/protocolhandler/protocolhandler.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripting/source/protocolhandler/protocolhandler.xml b/scripting/source/protocolhandler/protocolhandler.xml index ccc46fca0606..f9b0df36895f 100755 --- a/scripting/source/protocolhandler/protocolhandler.xml +++ b/scripting/source/protocolhandler/protocolhandler.xml @@ -17,6 +17,9 @@ <type> com.sun.star.lang.XServiceInfo </type> <type> com.sun.star.lang.XInitialization </type> <type> com.sun.star.io.IOException </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> <project-build-dependency> cppu </project-build-dependency> |