summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/docshell/impex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index 686d0d2202e1..e0186a85f5be 100644
--- a/sc/source/ui/docshell/impex.cxx
+++ b/sc/source/ui/docshell/impex.cxx
@@ -970,7 +970,7 @@ static bool lcl_PutString(
if ( nColFormat == SC_COL_TEXT )
{
double fDummy;
- sal_uInt32 nIndex;
+ sal_uInt32 nIndex = 0;
if (pFormatter->IsNumberFormat(rStr, nIndex, fDummy))
{
// Set the format of this cell to Text.