summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/txtvfldi.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx
index a995279fe9a7..5dd636af7da4 100644
--- a/xmloff/inc/txtvfldi.hxx
+++ b/xmloff/inc/txtvfldi.hxx
@@ -30,17 +30,6 @@
#include <com/sun/star/beans/XPropertySetInfo.hpp>
-
-/// variable type (for XMLSetVarFieldImportContext)
-enum VarType
-{
- VarTypeSimple,
- VarTypeUserField,
- VarTypeSequence
-};
-
-
-
/** helper class: parses value-type and associated value attributes */
class XMLValueImportHelper
{