From f8b6558e8eed6fed845436140c4c38d2ddb6c536 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 30 Apr 2013 15:02:28 +0200 Subject: *api: convert unsupported HTML entities Most of these are just cosmetic, and middot can be replaced by cdot. Change-Id: I39a45a2d5d0f10b5b0e793b6fa5e0c041c4669d5 --- udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl | 4 ++-- udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'udkapi/com/sun/star/uri') diff --git a/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl index 5a20c9646505..75f19bd017f9 100644 --- a/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl +++ b/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl @@ -33,11 +33,11 @@ module com { module sun { module star { module uri { represents absolute “vnd.sun.star.expand” URLs.

These URLs are of the form
-  vnd-sun-star-expand-url = +    vnd-sun-star-expand-url = "VND.SUN.STAR.EXPAND:" opaque_part
where the opaque_part is an UTF-8 string as described in - Bootstrap Arguments and Micro Deployment. See + Bootstrap Arguments and Micro Deployment. See RFC 2396, RFC 2732, and RFC 2234 for diff --git a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl index 15161ddb0098..bd5295930fa7 100644 --- a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl +++ b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl @@ -29,15 +29,15 @@ module com { module sun { module star { module uri { represents absolute “vnd.sun.star.script” URLs.

These URLs are of the form
-  vnd-sun-star-script-url = +    vnd-sun-star-script-url = "VND.SUN.STAR.SCRIPT:" name ["?" parameter *("&" parameter)]
-  name = 1*schar
-  parameter = key "=" +    name = 1*schar
+    parameter = key "=" value
-  key = 1*schar
-  value = *schar
-  schar = unreserved / escaped / +    key = 1*schar
+    value = *schar
+    schar = unreserved / escaped / "$" / "+" / "," / ":" / ";" / "@" / "[" / "]"
-- cgit