diff options
-rw-r--r-- | sc/source/filter/lotus/tool.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/lotus/tool.cxx b/sc/source/filter/lotus/tool.cxx index 228f0fcac735..a1bdf41cd58a 100644 --- a/sc/source/filter/lotus/tool.cxx +++ b/sc/source/filter/lotus/tool.cxx @@ -165,6 +165,7 @@ double Snum32ToDouble( sal_uInt32 nValue ) } FormCache::FormCache( ScDocument* pDoc1, sal_uInt8 nNewDefaultFormat ) + : nIndex(0) { // Default-Format ist 'Default' nDefaultFormat = nNewDefaultFormat; pFormTable = pDoc1->GetFormatTable(); |