summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/frame/DocumentTemplates.idl5
1 files changed, 4 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/DocumentTemplates.idl b/offapi/com/sun/star/frame/DocumentTemplates.idl
index ac8dd134a581..d4a97291568d 100644
--- a/offapi/com/sun/star/frame/DocumentTemplates.idl
+++ b/offapi/com/sun/star/frame/DocumentTemplates.idl
@@ -35,8 +35,11 @@
module com { module sun { module star { module frame {
//=============================================================================
-/** is an abstract service for accessing the document templates of the office
+/** is a service for accessing the document templates of the office
and manipulate them ( add or rename or remove templates )
+
+ It implements a high level interface on top of an ucb content provider which
+ is used for template configuration.
*/
published service DocumentTemplates : XDocumentTemplates;