Kaydet (Commit) 7dd09f07 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: potentially uninitialized local variable

Change-Id: Icb4a7d71e23d202078ad27bee255b6f812a74707
üst b4c3a2bd
...@@ -297,7 +297,7 @@ void PreviewRenderer::PaintPage ( ...@@ -297,7 +297,7 @@ void PreviewRenderer::PaintPage (
// Turn off online spelling and redlining. // Turn off online spelling and redlining.
SdrOutliner* pOutliner = NULL; SdrOutliner* pOutliner = NULL;
EEControlBits nSavedControlWord; EEControlBits nSavedControlWord = EEControlBits::NONE;
if (mpDocShellOfView!=NULL && mpDocShellOfView->GetDoc()!=NULL) if (mpDocShellOfView!=NULL && mpDocShellOfView->GetDoc()!=NULL)
{ {
pOutliner = &mpDocShellOfView->GetDoc()->GetDrawOutliner(); pOutliner = &mpDocShellOfView->GetDoc()->GetDrawOutliner();
......
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