Kaydet (Commit) 50fe9147 authored tarafından Noel Grandin's avatar Noel Grandin

coverity#708813 unused pointer value

Change-Id: I723757e470cb2b7e1a412a61a251be954e19d1e9
üst 8d62cd21
......@@ -64,8 +64,7 @@ sal_Int32 IdleDetection::CheckSlideShowRunning (void)
bool bIsSlideShowShowing = false;
// Iterate over all view frames.
SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst();
for (pViewFrame = SfxViewFrame::GetFirst();
for (SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst();
pViewFrame!=NULL && !bIsSlideShowShowing;
pViewFrame = SfxViewFrame::GetNext(*pViewFrame))
{
......
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