summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TextFields.idl
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-10-05 13:37:58 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-10-05 13:37:58 +0000
commit1347ea16a169cea48e878a551e7cd9f795ec5f74 (patch)
tree6478c408b74eda887e5af285b1d1381f900c76bd /offapi/com/sun/star/text/TextFields.idl
parentadded symbol lookup fallback to application rc (#88338#) (diff)
downloadcore-1347ea16a169cea48e878a551e7cd9f795ec5f74.tar.gz
core-1347ea16a169cea48e878a551e7cd9f795ec5f74.zip
#92629# TextFields does not support an XContainer interface
Diffstat (limited to 'offapi/com/sun/star/text/TextFields.idl')
-rw-r--r--offapi/com/sun/star/text/TextFields.idl36
1 files changed, 2 insertions, 34 deletions
diff --git a/offapi/com/sun/star/text/TextFields.idl b/offapi/com/sun/star/text/TextFields.idl
index d32d461e4e39..7aa82a66eb39 100644
--- a/offapi/com/sun/star/text/TextFields.idl
+++ b/offapi/com/sun/star/text/TextFields.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextFields.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-01-08 10:59:49 $
+ * last change: $Author: mtg $ $Date: 2001-10-05 14:37:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,11 +69,6 @@
#include <com/sun/star/util/XRefreshable.idl>
#endif
-#ifndef __com_sun_star_container_XContainer_idl__
-#include <com/sun/star/container/XContainer.idl>
-#endif
-
-
//=============================================================================
module com { module sun { module star { module text {
@@ -96,13 +91,6 @@ service TextFields
interface com::sun::star::container::XEnumerationAccess;
- // DocMerge from xml: service com::sun::star::text::TextFields: interface com::sun::star::container::XContainer
- /** This interface makes it possible to register for events when
- text field instances are inserted or removed.
- */
- interface com::sun::star::container::XContainer;
-
-
/** makes it possible to refresh (recalculate etc.) all fields.
*/
interface com::sun::star::util::XRefreshable;
@@ -113,24 +101,4 @@ service TextFields
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:44:27 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:36:03 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:53:01 mi
- documentation merged from XML
-
- Revision 1.2 2000/02/07 11:25:02 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:46 jsc
- new
-
-
-=============================================================================*/
#endif