summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/AutoTextContainer.idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-03-19 15:36:11 +0200
committerNoel Grandin <noel@peralex.com>2013-03-20 07:32:48 +0200
commit70e7bd63adda4c17a47fd7caeacdf5b91ace6157 (patch)
tree22e2ba35c38d477efa0809cfc2db659b633c66f8 /offapi/com/sun/star/text/AutoTextContainer.idl
parentfix the object name so it matches the cppunit make file name (diff)
downloadcore-70e7bd63adda4c17a47fd7caeacdf5b91ace6157.tar.gz
core-70e7bd63adda4c17a47fd7caeacdf5b91ace6157.zip
fdo#46808, Convert text::AutoTextContainer to new style
Change-Id: Ia33419c4d8cf633b572627edf57c926099d698e5
Diffstat (limited to 'offapi/com/sun/star/text/AutoTextContainer.idl')
-rw-r--r--offapi/com/sun/star/text/AutoTextContainer.idl13
1 files changed, 3 insertions, 10 deletions
diff --git a/offapi/com/sun/star/text/AutoTextContainer.idl b/offapi/com/sun/star/text/AutoTextContainer.idl
index 66e427164573..36644d094afa 100644
--- a/offapi/com/sun/star/text/AutoTextContainer.idl
+++ b/offapi/com/sun/star/text/AutoTextContainer.idl
@@ -19,22 +19,15 @@
#ifndef __com_sun_star_text_AutoTextContainer_idl__
#define __com_sun_star_text_AutoTextContainer_idl__
-#include <com/sun/star/text/XAutoTextContainer.idl>
-#include <com/sun/star/container/XIndexAccess.idl>
+#include <com/sun/star/text/XAutoTextContainer2.idl>
+module com { module sun { module star { module text {
- module com { module sun { module star { module text {
/** provides access to groups of text blocks.
*/
-published service AutoTextContainer
-{
- interface com::sun::star::text::XAutoTextContainer;
-
- [optional] interface com::sun::star::container::XIndexAccess;
-
-};
+published service AutoTextContainer : XAutoTextContainer2;
}; }; }; };