diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-19 12:18:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-19 12:18:17 +0000 |
commit | 01a07c50fc432194b9dee6754926c30304389bc7 (patch) | |
tree | b7d97d27e57790838d47fc261a6e8c976336506a | |
parent | 7355ac992cc7b5f8887822f83ab57dcbb2d25f8f (diff) |
INTEGRATION: CWS sb15 (1.2.14); FILE MERGED
2004/02/11 14:19:54 sb 1.2.14.1: #i24436# Replaced VndSunStarScriptUrlReference service with multiple-inheritance interface type.
-rw-r--r-- | udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl index d058324d9fc3..66dd32343b2c 100644 --- a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl +++ b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl @@ -2,9 +2,9 @@ * * $RCSfile: UriSchemeParser_vndDOTsunDOTstarDOTscript.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-02-26 13:17:11 $ + * last change: $Author: obo $ $Date: 2004-03-19 13:18:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,8 +82,8 @@ service UriSchemeParser_vndDOTsunDOTstarDOTscript { must always be equal to the <atom>string</atom> <code>"vnd.sun.star.script"</code>, ignoring case. The objects returned by <member scope="com::sun::star::uri">XUriSchemeParser::parse</member> - support - <type scope="com::sun::star::uri">VndSunStarScriptUrlReference</type>. + implement + <type scope="com::sun::star::uri">XVndSunStarScriptUrlReference</type>. */ interface XUriSchemeParser; }; |