diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 21:58:51 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:00 +0200 |
commit | 9f12a9da8d91364d4d0865021adbe62bfa09148c (patch) | |
tree | a74d3d9213f950fff68bca5ba07662e15b82d217 /offapi/com/sun/star/packages | |
parent | 944eb9902788d8afec9e3f0f65d3b680041e039b (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 'offapi/com/sun/star/packages')
-rw-r--r-- | offapi/com/sun/star/packages/Package.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/packages/Package.idl b/offapi/com/sun/star/packages/Package.idl index 933a8d0bbf1a..fa44f811596b 100644 --- a/offapi/com/sun/star/packages/Package.idl +++ b/offapi/com/sun/star/packages/Package.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module packages { Each instance is created with an argument which specifies the URL of the Package file to which the user requires access. If the instance is created without arguments, it must be initialized with the - <type scope="com::sun::star::lang">XInitialization</type> service methods + com::sun::star::lang::XInitialization service methods before it is a valid instance of the service. */ published service Package |