[Libreoffice-commits] core.git: offapi/com

Olivier Hallot olivier.hallot at edx.srv.br
Fri Sep 5 01:40:01 PDT 2014


 offapi/com/sun/star/document/MediaDescriptor.idl |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit f73ea84b55c3d93313a3f8ccaed9eecabb808131
Author: Olivier Hallot <olivier.hallot at edx.srv.br>
Date:   Thu Sep 4 10:25:52 2014 -0300

    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 at redhat.com>
    Tested-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl
index 23c44b3..61d0053 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;


More information about the Libreoffice-commits mailing list