summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/DocumentTemplates.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/DocumentTemplates.idl')
-rw-r--r--offapi/com/sun/star/frame/DocumentTemplates.idl72
1 files changed, 25 insertions, 47 deletions
diff --git a/offapi/com/sun/star/frame/DocumentTemplates.idl b/offapi/com/sun/star/frame/DocumentTemplates.idl
index b32fd5653..2d12d5101 100644
--- a/offapi/com/sun/star/frame/DocumentTemplates.idl
+++ b/offapi/com/sun/star/frame/DocumentTemplates.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentTemplates.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2001-11-01 10:29:29 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:05:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,54 +58,32 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_frame_DocumentTemplates_idl__
-#define __com_sun_star_frame_DocumentTemplates_idl__
-
-#ifndef __com_sun_star_frame_XDocumentTemplates_idl__
-#include <com/sun/star/frame/XDocumentTemplates.idl>
-#endif
-
-//=============================================================================
-
+#ifndef __com_sun_star_frame_DocumentTemplates_idl__
+#define __com_sun_star_frame_DocumentTemplates_idl__
+
+#ifndef __com_sun_star_frame_XDocumentTemplates_idl__
+#include <com/sun/star/frame/XDocumentTemplates.idl>
+#endif
+
+//=============================================================================
+
module com { module sun { module star { module frame {
-//=============================================================================
-
+//=============================================================================
/** is an abstract service for accessing the document templates of the office
and manipulate them ( add or rename or remove templates )
*/
-
service DocumentTemplates
-{
- // DocMerge: empty anyway
- interface com::sun::star::frame::XDocumentTemplates;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1 2001/07/27 12:34:51 dv
- #86311# Added for documentation purposes
-
- Revision 1.4 2001/04/13 20:26:41 arellano
- revised plural and added question
-
- Revision 1.3 2000/11/08 12:43:14 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:20 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:27 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:43 jsc
- new
-
-
-=============================================================================*/
-#endif
+{
+ //-------------------------------------------------------------------------
+ /** implements a high level interface on top of an ucb content provider
+ which is used for template configuration
+ */
+ interface XDocumentTemplates;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif