summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XViewDataSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XViewDataSupplier.idl')
-rw-r--r--offapi/com/sun/star/document/XViewDataSupplier.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/document/XViewDataSupplier.idl b/offapi/com/sun/star/document/XViewDataSupplier.idl
index 0dc6db77573d..c02bc152be8a 100644
--- a/offapi/com/sun/star/document/XViewDataSupplier.idl
+++ b/offapi/com/sun/star/document/XViewDataSupplier.idl
@@ -39,8 +39,8 @@ published interface XViewDataSupplier: com::sun::star::uno::XInterface
/** retrieve information about currently opened view to restore it later
@returns
- a <type scope="com::sun::star::container">XIndexAccess</type>,
- that gives access to a list of <type scope="com::sun::star::beans">PropertyValue</type>
+ a com::sun::star::container::XIndexAccess,
+ that gives access to a list of com::sun::star::beans::PropertyValue
for every open view. May <NULL/> if no view is currently available.
*/
::com::sun::star::container::XIndexAccess getViewData();
@@ -48,7 +48,7 @@ published interface XViewDataSupplier: com::sun::star::uno::XInterface
/** restore all views which will be represented by given data argument
@param Data
- a list of <type scope="com::sun::star::beans">PropertyValue</type>s
+ a list of com::sun::star::beans::PropertyValues
with information about last opened views to restore it
<NULL/> isn't allowed here.
*/