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 43c8a28bd6e4..1d3807980b4c 100644
--- a/xmloff/inc/txtvfldi.hxx
+++ b/xmloff/inc/txtvfldi.hxx
@@ -93,7 +93,6 @@ public:
};
-
/**
* abstract parent class for all variable related fields
* - variable-set/get/decl (not -decls),
@@ -194,7 +193,6 @@ protected:
};
-
/** import variable get fields (<text:variable-get>) */
class XMLVariableGetFieldImportContext : public XMLVarFieldImportContext
{
@@ -216,7 +214,6 @@ protected:
};
-
/** import expression fields (<text:expression>) */
class XMLExpressionFieldImportContext : public XMLVarFieldImportContext
{
@@ -258,10 +255,6 @@ protected:
};
-
-
-
-
/**
* uperclass for variable/user-set, var/user-input, and sequence fields
* inds field master of appropriate type and attaches field to it.
@@ -308,7 +301,6 @@ protected:
};
-
/** import variable set fields (<text:variable-set>) */
class XMLVariableSetFieldImportContext : public XMLSetVarFieldImportContext
{
@@ -330,7 +322,6 @@ protected:
};
-
/** variable input fields (<text:variable-input>) */
class XMLVariableInputFieldImportContext : public XMLSetVarFieldImportContext
{
@@ -354,7 +345,6 @@ protected:
};
-
/** user fields (<text:user-field-get>) */
class XMLUserFieldImportContext : public XMLSetVarFieldImportContext
{
@@ -387,7 +377,6 @@ public:
};
-
/** sequence fields (<text:sequence>) */
class XMLSequenceFieldImportContext : public XMLSetVarFieldImportContext
{
@@ -420,10 +409,6 @@ protected:
};
-
-
-
-
/**
* variable declaration container for all variable fields
* (variable-decls, user-field-decls, sequence-decls)
@@ -485,7 +470,6 @@ public:
};
-
/** import table formula fields (deprecated; for Writer 2.0 compatibility) */
class XMLTableFormulaImportContext : public XMLTextFieldImportContext
{
@@ -518,7 +502,6 @@ protected:
};
-
/** import database display fields (<text:database-display>) */
class XMLDatabaseDisplayImportContext : public XMLDatabaseFieldImportContext
{