summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/DocumentCloser.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/DocumentCloser.idl')
-rw-r--r--offapi/com/sun/star/embed/DocumentCloser.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/embed/DocumentCloser.idl b/offapi/com/sun/star/embed/DocumentCloser.idl
index 9b0eaf617527..89e52c794324 100644
--- a/offapi/com/sun/star/embed/DocumentCloser.idl
+++ b/offapi/com/sun/star/embed/DocumentCloser.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -50,14 +50,14 @@ module com { module sun { module star { module embed {
//-----------------------------------------------------------------------------
/** The main task of this service is to close an office document frame embedded
in an application running in another process correctly.
-
+
<p>
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
in case there is a code that prevents closing of the frame the code
- avtomatically becomes the owner of the frame.
+ avtomatically becomes the owner of the frame.
</p>
<p>