summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl')
-rw-r--r--offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl b/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl
index 748eff82f22a..f0c6a02f8b32 100644
--- a/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl
+++ b/offapi/com/sun/star/sdb/OfficeDatabaseDocument.idl
@@ -49,8 +49,8 @@ service OfficeDatabaseDocument
{
/** specifies basic functionality of a document in OpenOffice.org
- <p>Note that a database document actually does not support the <type scope="com::sun::star::view">XPrintable</type> interface.
- The non-optional requirement of this interface in the <type scope="com::sun::star::document">OfficeDocument</type>
+ <p>Note that a database document actually does not support the com::sun::star::view::XPrintable interface.
+ The non-optional requirement of this interface in the com::sun::star::document::OfficeDocument
service is considered a documentation error.</p>
*/
service com::sun::star::document::OfficeDocument;
@@ -213,7 +213,7 @@ service OfficeDatabaseDocument
need, they invoke <member scope="com::sun::star::util">XCloseable::close</member>.</p>
<p>Since this can be done by multiple clients, every client is additionally required
- to register itself as <type scope="com::sun::star::util">XCloseListener</type> at
+ to register itself as com::sun::star::util::XCloseListener at
the document, to prevent some other client closing the model while it's still needed
by the first client.</p>
*/