summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtvfldi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtvfldi.cxx')
-rw-r--r--xmloff/source/text/txtvfldi.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx
index 146a4125c313..de425ff9a7ae 100644
--- a/xmloff/source/text/txtvfldi.cxx
+++ b/xmloff/source/text/txtvfldi.cxx
@@ -596,8 +596,7 @@ XMLVariableGetFieldImportContext::XMLVariableGetFieldImportContext(
false, false, false,
false, true,
true, true, false,
- true),
- sPropertySubType(sAPI_sub_type)
+ true)
{
}
@@ -702,7 +701,6 @@ XMLTableFormulaImportContext::XMLTableFormulaImportContext(
sPropertyCurrentPresentation(
"CurrentPresentation"),
aValueHelper(rImport, rHlp, false, true, false, true),
- sFormula(),
bIsShowFormula(false)
{
}
@@ -835,7 +833,6 @@ XMLVariableDeclImportContext::XMLVariableDeclImportContext(
enum VarType eVarType) :
SvXMLImportContext(rImport, nPrfx, rLocalName),
// bug?? which properties for userfield/userfieldmaster
- sPropertyName(sAPI_name),
sPropertySubType(sAPI_sub_type),
sPropertyNumberingLevel(sAPI_chapter_numbering_level),
sPropertyNumberingSeparator(sAPI_numbering_separator),