diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-04-02 16:36:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-04-02 20:44:40 +0200 |
commit | 01550b2968f2e95deacaff544f8a4c2e9f5196ea (patch) | |
tree | 0c459ad0c742545de12f90febf01ad0988fe6e03 /offapi/com | |
parent | 3893b00efb752942c6517bdf21d0a2cdc8ab14ab (diff) |
Improved comment (after recent clean up)
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/frame/DocumentTemplates.idl | 5 |
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; |