summaryrefslogtreecommitdiffstats
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-21 11:31:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-21 12:40:32 +0000
commit79941154fed8a9567e91ceb092865e58be6acd94 (patch)
tree2c7a5e5b32bea9f57420421266c7150a42891c1d /xmloff
parentcoverity#708720 Uninitialized scalar field (diff)
downloadcore-79941154fed8a9567e91ceb092865e58be6acd94.tar.gz
core-79941154fed8a9567e91ceb092865e58be6acd94.zip
coverity#708719 Uninitialized scalar field
Change-Id: I8188b0c1ac443938e645c41b9e3cd6eb340732aa
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtfldi.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index 9f5c10fcac35..e51037dd814a 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -2833,6 +2833,7 @@ XMLReferenceFieldImportContext::XMLReferenceFieldImportContext(
, sPropertySourceName(sAPI_source_name)
, sPropertyCurrentPresentation(sAPI_current_presentation)
, nElementToken(nToken)
+, nSource(0)
, nType(ReferenceFieldPart::PAGE_DESC)
, bNameOK(sal_False)
, bTypeOK(sal_False)