summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uri
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:15:21 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:04 +0200
commitbe7f280ea7034a1cb1195a3d27b51d1b9626b905 (patch)
tree1d4201255666273daff789cf6e722cd9a87f06f8 /udkapi/com/sun/star/uri
parentce36de949df2351ee81ab05d32093372b65e9831 (diff)
*api: convert <atom>
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g' Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
Diffstat (limited to 'udkapi/com/sun/star/uri')
-rw-r--r--udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl2
-rw-r--r--udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl2
-rw-r--r--udkapi/com/sun/star/uri/XUriReference.idl10
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl4
4 files changed, 9 insertions, 9 deletions
diff --git a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl
index ac9e4425cbbb..d146d91a80fd 100644
--- a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl
+++ b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl
@@ -30,7 +30,7 @@ published interface XUriSchemeParser;
<p>The argument <code>scheme</code> of method
com::sun::star::uri::XUriSchemeParser::parse() must
- always be equal to the <atom>string</atom>
+ always be equal to the `string`
<code>"vnd.sun.star.expand"</code>, ignoring case. The objects returned by
com::sun::star::uri::XUriSchemeParser::parse()
implement
diff --git a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
index e23b584ec445..861be045cc77 100644
--- a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
+++ b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
@@ -30,7 +30,7 @@ published interface XUriSchemeParser;
<p>The argument <code>scheme</code> of method
com::sun::star::uri::XUriSchemeParser::parse() must
- always be equal to the <atom>string</atom>
+ always be equal to the `string`
<code>"vnd.sun.star.script"</code>, ignoring case. The objects returned by
com::sun::star::uri::XUriSchemeParser::parse()
implement
diff --git a/udkapi/com/sun/star/uri/XUriReference.idl b/udkapi/com/sun/star/uri/XUriReference.idl
index 54f4e2fd8650..5a555fc6256b 100644
--- a/udkapi/com/sun/star/uri/XUriReference.idl
+++ b/udkapi/com/sun/star/uri/XUriReference.idl
@@ -65,7 +65,7 @@ published interface XUriReference: com::sun::star::uno::XInterface {
@returns
the textual representation of the scheme part (with the exact spelling
retained; without the delimiting &ldquo;<code>:</code>&rdquo;), if this
- is an absolute URI reference; otherwise, an empty <atom>string</atom> is
+ is an absolute URI reference; otherwise, an empty `string` is
returned.
*/
string getScheme();
@@ -111,7 +111,7 @@ published interface XUriReference: com::sun::star::uno::XInterface {
@returns
the textual representation of the authority part (with the exact spelling
retained), if this is a hierarchical URI reference that has an authority
- part; otherwise, an empty <atom>string</atom> is returned.
+ part; otherwise, an empty `string` is returned.
*/
string getAuthority();
@@ -161,7 +161,7 @@ published interface XUriReference: com::sun::star::uno::XInterface {
spelling retained, without any delimiting &ldquo;<code>/</code>&rdquo;),
if this URI reference is hierarchical and has that many path segments;
otherwise, and in particular if <code>index</code> is negative, an empty
- <atom>string</atom> is returned.
+ `string` is returned.
*/
string getPathSegment([in] long index);
@@ -180,7 +180,7 @@ published interface XUriReference: com::sun::star::uno::XInterface {
the textual representation of the query part (with the exact spelling
retained; without the delimiting &ldquo;<code>?</code>&rdquo;), if this
is a hierarchical URI reference that has a query part; otherwise, an
- empty <atom>string</atom> is returned.
+ empty `string` is returned.
*/
string getQuery();
@@ -199,7 +199,7 @@ published interface XUriReference: com::sun::star::uno::XInterface {
the textual representation of the fragment part (with the exact spelling
retained; without the delimiting &ldquo;<code>#</code>&rdquo;), if this
is a URI reference that has a fragment part; otherwise, an empty
- <atom>string</atom> is returned.
+ `string` is returned.
*/
string getFragment();
diff --git a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
index d4bf276e58e3..6a55b5155955 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
@@ -86,7 +86,7 @@ published interface XVndSunStarScriptUrl: com::sun::star::uno::XInterface {
@returns
<TRUE/> if this URL has at least one parameter with the given key. In
- particular, if <code>key</code> is an empty <atom>string</atom>, <FALSE/>
+ particular, if <code>key</code> is an empty `string`, <FALSE/>
is returned.
*/
boolean hasParameter([in] string key);
@@ -100,7 +100,7 @@ published interface XVndSunStarScriptUrl: com::sun::star::uno::XInterface {
@returns
the non-escaped value of the first parameter with the given key. If
there is no parameter with the given key, or if <code>key</code> is an
- empty <atom>string</atom>, an empty <atom>string</atom> is returned.
+ empty `string`, an empty `string` is returned.
*/
string getParameter([in] string key);