summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/TemplateAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/TemplateAccess.idl')
-rw-r--r--offapi/com/sun/star/frame/TemplateAccess.idl68
1 files changed, 36 insertions, 32 deletions
diff --git a/offapi/com/sun/star/frame/TemplateAccess.idl b/offapi/com/sun/star/frame/TemplateAccess.idl
index 770640bc1..8d446d1e3 100644
--- a/offapi/com/sun/star/frame/TemplateAccess.idl
+++ b/offapi/com/sun/star/frame/TemplateAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TemplateAccess.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2001-11-01 10:29:29 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:05:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,44 +58,48 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_frame_TemplateAccess_idl__
-#define __com_sun_star_frame_TemplateAccess_idl__
-
-#ifndef __com_sun_star_lang_XLocalizable_idl__
-#include <com/sun/star/lang/XLocalizable.idl>
-#endif
+#ifndef __com_sun_star_frame_TemplateAccess_idl__
+#define __com_sun_star_frame_TemplateAccess_idl__
-#ifndef __com_sun_star_frame_XDocumentTemplates_idl__
-#include <com/sun/star/frame/XDocumentTemplates.idl>
-#endif
+#ifndef __com_sun_star_lang_XLocalizable_idl__
+#include <com/sun/star/lang/XLocalizable.idl>
+#endif
+#ifndef __com_sun_star_frame_XDocumentTemplates_idl__
+#include <com/sun/star/frame/XDocumentTemplates.idl>
+#endif
//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
-
-// DocMerge from xml: service com::sun::star::frame::TemplateAccess
-/**specifies a collection of TemplateAccess.
-
- <p>One important instance of this service is available from the
- <type>Desktop</type> object via the <type>XDesktop</type> interface. </p>
- @see com::sun::star::lang::XComponent
- @see XDesktop
+//=============================================================================
+/** provides a high level api to organize document templates
+
+ <p>
+ AS_???
+ One important instance of this service is available from the
+ <type>Desktop</type> object via the <type>XDesktop</type> interface.
+ </p>
+
+ @see com::sun::star::lang::XComponent
+ @see XDesktop
*/
service TemplateAccess
-{
- // DocMerge: empty anyway
- interface com::sun::star::lang::XLocalizable;
- // DocMerge: empty anyway
- interface com::sun::star::frame::XDocumentTemplates;
-
-};
+{
+ //-------------------------------------------------------------------------
+ /** used to organize document templates
+ */
+ interface XDocumentTemplates;
+
+ //-------------------------------------------------------------------------
+ /**
+ */
+ interface com::sun::star::lang::XLocalizable;
+};
+
+//=============================================================================
-//=============================================================================
-
-}; }; }; };
-
+}; }; }; };
-#endif
+#endif