diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-10-05 13:28:11 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-10-05 13:28:11 +0000 |
commit | d31e0d21840234c7289163aeb7459947d3dd6b85 (patch) | |
tree | 65c7a6137a38d732a663d830321a94d1f2c5b67d /offapi | |
parent | 8f17d6ff5277d4908112acb477309db343af8ad8 (diff) |
INTEGRATION: CWS tl12 (1.5.200); FILE MERGED
2005/09/23 03:04:09 tl 1.5.200.2: RESYNC: (1.5-1.6); FILE MERGED
2005/05/03 12:02:13 tl 1.5.200.1: #i43431# documentation updated
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/document/XRedlinesSupplier.idl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/document/XRedlinesSupplier.idl b/offapi/com/sun/star/document/XRedlinesSupplier.idl index 383bfaeb8d3a..3ff3db844ff9 100644 --- a/offapi/com/sun/star/document/XRedlinesSupplier.idl +++ b/offapi/com/sun/star/document/XRedlinesSupplier.idl @@ -4,9 +4,9 @@ * * $RCSfile: XRedlinesSupplier.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-07 23:15:55 $ + * last change: $Author: kz $ $Date: 2005-10-05 14:28:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,11 @@ published interface XRedlinesSupplier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** @returns - an enumeration access that provides access to the redline objects of the document. + an enumeration access that provides access to the redline objects of the document. + + <p>The returned objects implent at least the interface + <type scope="com::sun::star::beans">XPropertySet</type>. + Specific objects may support other interfaces as well.</p> */ com::sun::star::container::XEnumerationAccess getRedlines(); }; |