summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TemplateDisplayFormat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TemplateDisplayFormat.idl')
-rw-r--r--offapi/com/sun/star/text/TemplateDisplayFormat.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/text/TemplateDisplayFormat.idl b/offapi/com/sun/star/text/TemplateDisplayFormat.idl
index 02fb965f8109..ccf34c9683cf 100644
--- a/offapi/com/sun/star/text/TemplateDisplayFormat.idl
+++ b/offapi/com/sun/star/text/TemplateDisplayFormat.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_text_TemplateDisplayFormat_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from idl: constants com::sun::star::text::TemplateDisplayFormat
/** These constants are used to specify which information about a template is
@@ -32,19 +30,16 @@
*/
published constants TemplateDisplayFormat
{
- //-------------------------------------------------------------------------
// The complete path of the file will be displayed.
// DocMerge: empty anyway
const short FULL = 0;
- //-------------------------------------------------------------------------
// Only the path of the template file will be displayed.
// DocMerge: empty anyway
const short PATH = 1;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::NAME
/** Only the file name, without file extension, of the template
@@ -52,7 +47,6 @@ published constants TemplateDisplayFormat
*/
const short NAME = 2;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::NAME_AND_EXT
/** The file name and the file extension of the template
@@ -60,14 +54,12 @@ published constants TemplateDisplayFormat
*/
const short NAME_AND_EXT = 3;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::AREA
/** The name of the template area is displayed.
*/
const short AREA = 4;
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::TITLE
/** The title of the template file is displayed.
@@ -76,7 +68,6 @@ published constants TemplateDisplayFormat
};
-//=============================================================================
}; }; }; };