diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-11 12:46:03 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-11 14:33:35 +0000 |
commit | 5d2d9092ea6ff04399b65bf1b0f2c3f411839d31 (patch) | |
tree | ee1f734f10ad42ab1880cfa1393596d45aa06362 /xmloff | |
parent | 16e21955d2936dea4e82428e971c7f51f3088ec2 (diff) |
coverity#708721 Uninitialized scalar field
Change-Id: Ief6411d08837fc7b50bdca71bd33503f8eed16b9
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtfldi.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx index dc6c262df585..2728f9e71b6f 100644 --- a/xmloff/source/text/txtfldi.cxx +++ b/xmloff/source/text/txtfldi.cxx @@ -986,6 +986,7 @@ XMLPlaceholderFieldImportContext::XMLPlaceholderFieldImportContext( , sPropertyPlaceholderType(sAPI_place_holder_type) , sPropertyPlaceholder(sAPI_place_holder) , sPropertyHint(sAPI_hint) +, nPlaceholderType(PlaceholderType::TEXT) { } |