diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2014-09-04 10:25:52 -0300 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-05 03:39:32 -0500 |
commit | f73ea84b55c3d93313a3f8ccaed9eecabb808131 (patch) | |
tree | 02c50eaf5c6c77a60ca15c6cc798a1fb1d8cc841 /offapi | |
parent | 6341628054019298ced4ed23dcf7962a47e594ea (diff) |
Fix MediaDescriptor.idl for TemplateRegionName
Clearly Cut & Paste slipped into this file.
Please review the correct content for TemplateRegionName
Change-Id: Ic3c896f13c204f28a231e442d3dd68a4b33373f1
Reviewed-on: https://gerrit.libreoffice.org/11282
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/document/MediaDescriptor.idl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl index 23c44b3a8074..61d0053bbdde 100644 --- a/offapi/com/sun/star/document/MediaDescriptor.idl +++ b/offapi/com/sun/star/document/MediaDescriptor.idl @@ -460,9 +460,8 @@ service MediaDescriptor /** name of the template instead of the URL <p> - The logical name of a template to load. Together with the MediaDescriptor::TemplateRegion - property it can be used instead of the URL of the template. Use always in conjunction with - MediaDescriptor::TemplateRegionName. + See MediaDescriptor::TemplateName. The template region names are the folder names you see + in the templates dialog. </p> */ [optional,property] string TemplateRegionName; |