summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-23 13:57:46 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-23 13:57:46 +0000
commit41539921950710f55d64da10b8a8b3bfe6bc3d49 (patch)
treebbbf790bbb677e11647d848987d6e93705abc303 /udkapi
parent8a2065865d6107c2c8ebcc40b4e4ca6127017728 (diff)
INTEGRATION: CWS sb20 (1.4.34); FILE MERGED
2004/07/08 12:49:25 sb 1.4.34.1: #i29741# Retrofitted existing services as single-interface--based ones.
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl36
1 files changed, 17 insertions, 19 deletions
diff --git a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
index 66dd32343b2c..79ef6c1d18ec 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-03-19 13:18:17 $
+ * last change: $Author: rt $ $Date: 2004-07-23 14:57:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,31 +62,29 @@
#ifndef __com_sun_star_uri_UriSchemeParser_vndDOTsunDOTstarDOTscript_idl__
#define __com_sun_star_uri_UriSchemeParser_vndDOTsunDOTstarDOTscript_idl__
-#include <com/sun/star/uri/XUriSchemeParser.idl>
-
module com { module sun { module star { module uri {
+interface XUriSchemeParser;
+
/**
parses textual representations of absolute &ldquo;vnd.sun.star.script&rdquo;
URLs.
+ <p>The argument <code>scheme</code> of method
+ <member scope="com::sun::star::uri">XUriSchemeParser::parse</member> 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>
+ implement
+ <type scope="com::sun::star::uri">XVndSunStarScriptUrlReference</type>.</p>
+
+ <p>This service is not intended to be instantiated directly by client code.
+ Rather, it should be used indirectly through the
+ <type scope="com::sun::star::uri">UriReferenceFactory</type> service.</p>
+
@since #i19971#
*/
-service UriSchemeParser_vndDOTsunDOTstarDOTscript {
- /**
- used to parse textual representations of absolute
- &ldquo;vnd.sun.star.script&rdquo; URLs.
-
- <p>The argument <code>scheme</code> of method
- <member scope="com::sun::star::uri">XUriSchemeParser::parse</member>
- 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>
- implement
- <type scope="com::sun::star::uri">XVndSunStarScriptUrlReference</type>.
- */
- interface XUriSchemeParser;
-};
+service UriSchemeParser_vndDOTsunDOTstarDOTscript: XUriSchemeParser {};
}; }; }; };