summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/DocumentCloser.idl
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 /offapi/com/sun/star/embed/DocumentCloser.idl
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 'offapi/com/sun/star/embed/DocumentCloser.idl')
-rw-r--r--offapi/com/sun/star/embed/DocumentCloser.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/embed/DocumentCloser.idl b/offapi/com/sun/star/embed/DocumentCloser.idl
index bd7c5ff9dab0..292823c1ef5e 100644
--- a/offapi/com/sun/star/embed/DocumentCloser.idl
+++ b/offapi/com/sun/star/embed/DocumentCloser.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module embed {
The usual usage of this service is to create it, initialize with document
frame, and to dispose the service. While disposing the service will do all
the required actions to let the frame be closed using
- <type scope="com::sun::star::util">XCloseable</type>::close( true ). Thus
+ com::sun::star::util::XCloseable::close( true ). Thus
in case there is a code that prevents closing of the frame the code
automatically becomes the owner of the frame.
</p>