Kaydet (Commit) 43983f88 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'bIsSdtEndBefore' may be used uninitialized in this function

Change-Id: I8b906d495ccbb463dc91a21b03b05a40a0acdbf4
üst 0da2a52d
...@@ -4413,7 +4413,7 @@ void DomainMapper_Impl::ImportGraphic(writerfilter::Reference< Properties >::Po ...@@ -4413,7 +4413,7 @@ void DomainMapper_Impl::ImportGraphic(writerfilter::Reference< Properties >::Po
{ {
if(aCharGrabBag[j].Name == "SdtEndBefore") if(aCharGrabBag[j].Name == "SdtEndBefore")
{ {
bool bIsSdtEndBefore; bool bIsSdtEndBefore = false;
aCharGrabBag[j].Value >>= bIsSdtEndBefore; aCharGrabBag[j].Value >>= bIsSdtEndBefore;
if (bIsSdtEndBefore) if (bIsSdtEndBefore)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment