summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus/lotfilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/lotus/lotfilter.hxx')
-rw-r--r--sc/source/filter/lotus/lotfilter.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/lotus/lotfilter.hxx b/sc/source/filter/lotus/lotfilter.hxx
index 85acbdc9ac83..7a7f9f9128a0 100644
--- a/sc/source/filter/lotus/lotfilter.hxx
+++ b/sc/source/filter/lotus/lotfilter.hxx
@@ -47,7 +47,6 @@ struct LotusContext
SvxHorJustifyItem *pAttrRight, *pAttrLeft, *pAttrCenter, *pAttrRepeat, *pAttrStandard;
ScProtectionAttr* pAttrUnprot;
- SfxUInt32Item** pAttrValForms;
FormCache* pValueFormCache; // -> in memory.cxx initialisiert
@@ -66,7 +65,6 @@ struct LotusContext
, pAttrRepeat(nullptr)
, pAttrStandard(nullptr)
, pAttrUnprot(nullptr)
- , pAttrValForms(nullptr)
, pValueFormCache(nullptr)
{
}