summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtvfldi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/txtvfldi.hxx')
-rw-r--r--xmloff/inc/txtvfldi.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx
index 5dd636af7da4..04bc2344d1fc 100644
--- a/xmloff/inc/txtvfldi.hxx
+++ b/xmloff/inc/txtvfldi.hxx
@@ -94,7 +94,6 @@ public:
};
-
/**
* abstract parent class for all variable related fields
* - variable-set/get/decl (not -decls),
@@ -195,7 +194,6 @@ protected:
};
-
/** import variable get fields (<text:variable-get>) */
class XMLVariableGetFieldImportContext : public XMLVarFieldImportContext
{
@@ -217,7 +215,6 @@ protected:
};
-
/** import expression fields (<text:expression>) */
class XMLExpressionFieldImportContext : public XMLVarFieldImportContext
{
@@ -259,10 +256,6 @@ protected:
};
-
-
-
-
/**
* uperclass for variable/user-set, var/user-input, and sequence fields
* inds field master of appropriate type and attaches field to it.
@@ -309,7 +302,6 @@ protected:
};
-
/** import variable set fields (<text:variable-set>) */
class XMLVariableSetFieldImportContext : public XMLSetVarFieldImportContext
{
@@ -332,7 +324,6 @@ protected:
};
-
/** variable input fields (<text:variable-input>) */
class XMLVariableInputFieldImportContext : public XMLSetVarFieldImportContext
{
@@ -357,7 +348,6 @@ protected:
};
-
/** user fields (<text:user-field-get>) */
class XMLUserFieldImportContext : public XMLSetVarFieldImportContext
{
@@ -391,7 +381,6 @@ public:
};
-
/** sequence fields (<text:sequence>) */
class XMLSequenceFieldImportContext : public XMLSetVarFieldImportContext
{
@@ -425,10 +414,6 @@ protected:
};
-
-
-
-
/**
* variable declaration container for all variable fields
* (variable-decls, user-field-decls, sequence-decls)
@@ -493,7 +478,6 @@ public:
};
-
/** import table formula fields (deprecated; for Writer 2.0 compatibility) */
class XMLTableFormulaImportContext : public XMLTextFieldImportContext
{
@@ -527,7 +511,6 @@ protected:
};
-
/** import database display fields (<text:database-display>) */
class XMLDatabaseDisplayImportContext : public XMLDatabaseFieldImportContext
{