From be7f280ea7034a1cb1195a3d27b51d1b9626b905 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 28 Apr 2013 00:15:21 +0200 Subject: *api: convert sed -i 's,\([^<]\+\),`\1`,g' Change-Id: I530fe998b0c422e83c4324807d42700126bc9883 --- .../sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl | 2 +- .../sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl | 2 +- udkapi/com/sun/star/uri/XUriReference.idl | 10 +++++----- udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'udkapi/com/sun/star/uri') 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;

The argument scheme of method com::sun::star::uri::XUriSchemeParser::parse() must - always be equal to the string + always be equal to the `string` "vnd.sun.star.expand", 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;

The argument scheme of method com::sun::star::uri::XUriSchemeParser::parse() must - always be equal to the string + always be equal to the `string` "vnd.sun.star.script", 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 “:”), if this - is an absolute URI reference; otherwise, an empty string 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 string 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 “/”), if this URI reference is hierarchical and has that many path segments; otherwise, and in particular if index is negative, an empty - string 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 “?”), if this is a hierarchical URI reference that has a query part; otherwise, an - empty string 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 “#”), if this is a URI reference that has a fragment part; otherwise, an empty - string 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 if this URL has at least one parameter with the given key. In - particular, if key is an empty string, + particular, if key is an empty `string`, 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 key is an - empty string, an empty string is returned. + empty `string`, an empty `string` is returned. */ string getParameter([in] string key); -- cgit