summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/fieldmaster/SetExpression.idl')
-rw-r--r--offapi/com/sun/star/text/fieldmaster/SetExpression.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/fieldmaster/SetExpression.idl b/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
index 58eb619029e9..91036e88608b 100644
--- a/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
+++ b/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/text/TextFieldMaster.idl>
#include <com/sun/star/beans/PropertyValues.idl>
-//=============================================================================
module com { module sun { module star { module text { module fieldmaster {
-//=============================================================================
/** Specifies the service of a set expression field master.
@see com::sun::star::text::TextFieldMaster
*/
@@ -35,23 +33,19 @@ published service SetExpression
{
service com::sun::star::text::TextFieldMaster;
- //------------------------------------------------------------------------
/** determines the number of the chapter. This values is used if the field master
is set as number sequence.
*/
[property] byte ChapterNumberingLevel;
- //------------------------------------------------------------------------
/** determines the numbering separator string if the field master
is set as number sequence.
*/
[property] string NumberingSeparator;
- //------------------------------------------------------------------------
/** determines the type of the field as <type scope="com::sun::star::text"SetVariableType</type>
*/
[property] short SubType;
};
-//=============================================================================
}; }; }; }; };