summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-11 14:04:15 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-11 14:04:15 +0000
commit3d183c708d6d70be027d9ecb2983762e82959490 (patch)
treefe4053559d114a29e55a2305c06518333b1417e3 /offapi
parentd3123f7c9d8563ef859da4ce91da1d15316653fd (diff)
INTEGRATION: CWS tleamisc (1.6.348); FILE MERGED
2004/06/12 01:37:32 tl 1.6.348.2: RESYNC: (1.6-1.7); FILE MERGED 2004/05/28 11:27:43 tl 1.6.348.1: #i25331# optional interface XIndexAccess added to IDL documentation
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/AutoTextContainer.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/AutoTextContainer.idl b/offapi/com/sun/star/text/AutoTextContainer.idl
index b5bee76d2a18..84b5c0f748d2 100644
--- a/offapi/com/sun/star/text/AutoTextContainer.idl
+++ b/offapi/com/sun/star/text/AutoTextContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AutoTextContainer.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 23:54:36 $
+ * last change: $Author: obo $ $Date: 2004-08-11 15:04:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include <com/sun/star/text/XAutoTextContainer.idl>
#endif
+#ifndef __com_sun_star_container_XIndexAccess_idl__
+#include <com/sun/star/container/XIndexAccess.idl>
+#endif
+
//=============================================================================
@@ -80,6 +84,8 @@ published service AutoTextContainer
// DocMerge: empty anyway
interface com::sun::star::text::XAutoTextContainer;
+ [optional] interface com::sun::star::container::XIndexAccess;
+
};
//=============================================================================