summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/fieldmaster/User.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/fieldmaster/User.idl')
-rw-r--r--offapi/com/sun/star/text/fieldmaster/User.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/fieldmaster/User.idl b/offapi/com/sun/star/text/fieldmaster/User.idl
index 0c4d100027a4..fdf971a07e09 100644
--- a/offapi/com/sun/star/text/fieldmaster/User.idl
+++ b/offapi/com/sun/star/text/fieldmaster/User.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 user field master.
@see com::sun::star::text::TextFieldMaster
*/
@@ -35,21 +33,17 @@ published service User
{
service com::sun::star::text::TextFieldMaster;
- //------------------------------------------------------------------------
/** determines whether the field contains an expression.
*/
[property] boolean IsExpression;
- //------------------------------------------------------------------------
/** contains the value.
*/
[property] double Value;
- //------------------------------------------------------------------------
/** contains the content.
*/
[property] string Content;
};
-//=============================================================================
}; }; }; }; };