From 9f12a9da8d91364d4d0865021adbe62bfa09148c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 21:58:51 +0200 Subject: *api: convert Foo This looks much better now. sed -i 's,\([^<]\+\),\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80 --- udkapi/com/sun/star/uno/XComponentContext.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com/sun/star/uno') diff --git a/udkapi/com/sun/star/uno/XComponentContext.idl b/udkapi/com/sun/star/uno/XComponentContext.idl index 3cc57eeb91aa..ad61a2d3fbba 100644 --- a/udkapi/com/sun/star/uno/XComponentContext.idl +++ b/udkapi/com/sun/star/uno/XComponentContext.idl @@ -29,7 +29,7 @@ module com { module sun { module star { module lang { module com { module sun { module star { module uno { /** Component context to be passed to a component via - XSingleComponentFactory. + com::sun::star::lang::XSingleComponentFactory. Arbitrary values (e.g. deployment values) can be retrieved from the context. */ published interface XComponentContext : XInterface -- cgit