diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-21 22:21:40 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-22 12:10:30 +0100 |
commit | 117fdb9898dcc379b4f83437e858c57fd1d11911 (patch) | |
tree | 809d9346dd75a6317f9f726a27b06807781c86e0 /offapi/com | |
parent | fe3303b3dce8f4cecf15b859c465ced6ff547386 (diff) |
convert users of XDocumentInfo to XDocumentProperties
Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl | 3 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/DocumentDefinition.idl | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl b/offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl index 48cddc357914..ce2d7ef56927 100644 --- a/offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl +++ b/offapi/com/sun/star/document/XDocumentSubStorageSupplier.idl @@ -31,9 +31,6 @@ module com { module sun { module star { module document { <p> A temporary interface to get access to documents substorages. </p> - - @see DocumentInfo - @see StandaloneDocumentInfo */ interface XDocumentSubStorageSupplier: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/sdb/DocumentDefinition.idl b/offapi/com/sun/star/sdb/DocumentDefinition.idl index 1dafb93a9930..3a7220070aba 100644 --- a/offapi/com/sun/star/sdb/DocumentDefinition.idl +++ b/offapi/com/sun/star/sdb/DocumentDefinition.idl @@ -51,7 +51,8 @@ service DocumentDefinition the <code>execute</code> method is the model of the loaded document.</li> <li><strong>preview</strong>: retrieves an image showing a preview of the sub document.</li> <li><strong>getDocumentInfo</strong>: retrieves the document information, as - <type scope="com::sun::star::document">XDocumentInfo</type> instance, of the sub document.</li> + <type scope="com::sun::star::document">XDocumentProperties</type> + instance, of the sub document.</li> <li><strong>delete</strong>: deletes the sub document from the database document.</li> <li><strong>close</strong>: closes the sub document, if it had previously been opened using either the <code>open</code> or <code>openDesign</code> command. The return value |