From f73ea84b55c3d93313a3f8ccaed9eecabb808131 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 4 Sep 2014 10:25:52 -0300 Subject: [PATCH] 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 Tested-by: Stephan Bergmann --- offapi/com/sun/star/document/MediaDescriptor.idl | 5 ++--- 1 file 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

- 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.

*/ [optional,property] string TemplateRegionName;