summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl')
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl4
1 files changed, 2 insertions, 2 deletions
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);