summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/style/GradientStyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/GradientStyle.cxx b/xmloff/source/style/GradientStyle.cxx
index 7626db9db8ce..f3fbfb01ec24 100644
--- a/xmloff/source/style/GradientStyle.cxx
+++ b/xmloff/source/style/GradientStyle.cxx
@@ -78,7 +78,7 @@ void XMLGradientStyleImport::importXML(
for (auto &aIter : sax_fastparser::castToFastAttributeList( xAttrList ))
{
- sal_Int32 nTmpValue;
+ sal_Int32 nTmpValue(0);
switch( aIter.getToken() )
{