Kaydet (Commit) cab7f647 authored tarafından Julien Nabet's avatar Julien Nabet

coverity#441020 Dereference after null check

Change-Id: I39c301a98854d19e849a9e06ffac0657408456fe
üst 5813cb01
......@@ -2674,7 +2674,7 @@ void SfxCommonTemplateDialog_Impl::UpdateFamily_Impl()
if ( pOldStyleSheetPool )
EndListening(*pOldStyleSheetPool);
if ( pStyleSheetPool )
StartListening(*pOldStyleSheetPool);
StartListening(*pStyleSheetPool);
}
bWaterDisabled = sal_False;
......
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