summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/SetVariableType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/SetVariableType.idl')
-rw-r--r--offapi/com/sun/star/text/SetVariableType.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/offapi/com/sun/star/text/SetVariableType.idl b/offapi/com/sun/star/text/SetVariableType.idl
index d02748ff21c1..b45af88c4e4a 100644
--- a/offapi/com/sun/star/text/SetVariableType.idl
+++ b/offapi/com/sun/star/text/SetVariableType.idl
@@ -23,29 +23,19 @@
module com { module sun { module star { module text {
-
-// DocMerge from idl: constants com::sun::star::text::SetVariableType
/** These constants define the type of a variable text field.
*/
published constants SetVariableType
{
-
- // DocMerge from idl: value com::sun::star::text::SetVariableType::VAR
/** specifies a simple variable.
*/
const short VAR = 0;
-
- // DocMerge from idl: value com::sun::star::text::SetVariableType::SEQUENCE
/** specifies a number sequence field.
*/
const short SEQUENCE = 1;
-
- // DocMerge from idl: value com::sun::star::text::SetVariableType::FORMULA
/** specifies a formula field.
*/
const short FORMULA = 2;
-
- // DocMerge from idl: value com::sun::star::text::SetVariableType::STRING
/** specifies a string field.
*/
const short STRING = 3;