summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/core/data/dpobject.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx
index 1d3b3471d050..987572bf1460 100644
--- a/sc/source/core/data/dpobject.cxx
+++ b/sc/source/core/data/dpobject.cxx
@@ -1885,7 +1885,7 @@ bool ScDPObject::ParseFilters(
{
// Parse possible number from aQueryValueName and format
// locale independent as aQueryValue.
- sal_uInt32 nNumFormat;
+ sal_uInt32 nNumFormat = 0;
double fValue;
if (pFormatter->IsNumberFormat( aQueryValueName, nNumFormat, fValue))
aQueryValue = ScDPCache::GetLocaleIndependentFormattedString( fValue, *pFormatter, nNumFormat);