summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uno
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /udkapi/com/sun/star/uno
parent944eb9902788d8afec9e3f0f65d3b680041e039b (diff)
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
Diffstat (limited to 'udkapi/com/sun/star/uno')
-rw-r--r--udkapi/com/sun/star/uno/XComponentContext.idl2
1 files changed, 1 insertions, 1 deletions
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
- <type scope="com::sun::star::lang">XSingleComponentFactory</type>.
+ com::sun::star::lang::XSingleComponentFactory.
Arbitrary values (e.g. deployment values) can be retrieved from the context.
*/
published interface XComponentContext : XInterface