From a93783c42d46d60a93e78348db942a571e34abd4 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 23:52:30 +0200 Subject: *api: convert ... which does not seem to do anything anyway. sed -i "s,\([^<]\+\),\1,g" Change-Id: I90bcf81ea046bc88297ed8eadc560ad31d19830b --- udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udkapi/com/sun/star/uri') diff --git a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl index 63d7f03c7e3c..d4bf276e58e3 100644 --- a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl +++ b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl @@ -71,7 +71,7 @@ published interface XVndSunStarScriptUrl: com::sun::star::uno::XInterface { specifies the non-escaped new name part of the URL. @throws ::com::sun::star::lang::IllegalArgumentException - if name is empty + if name is empty @since OOo 3.0 */ @@ -116,7 +116,7 @@ published interface XVndSunStarScriptUrl: com::sun::star::uno::XInterface { Otherwise, a parameter with the given key/value will be appended. @throws ::com::sun::star::lang::IllegalArgumentException - if key is empty + if key is empty @since OOo 3.0 */ -- cgit