summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-11-18 13:36:57 +0100
committerMichael Stahl <mstahl@redhat.com>2015-11-18 14:30:37 +0100
commit2af0870fae82f1228886fbf37baa15d22ee4d2d1 (patch)
tree9fe43081d7c411511ffd496f71de7b4d3be92e24 /xmloff
parent27bdc70d83d4a4f1ebb89429f61b39084e739aaa (diff)
xmloff: document potential pitfall with SvI18NMap usage
Change-Id: I37050203f9d7b4f04b6d0b0dc5c4e04855d017f7
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
{