coverity#705450 Self assignment
Change-Id: I839e77594f6f7dbc516e0e6d08b1cf2517f96ec4
This commit is contained in:
@@ -479,7 +479,7 @@ IMPL_LINK (ScPreviewShell,ScrollHandler, ScrollBar* ,pScroll )
|
||||
aRect.Left() = aPos.X() - 8;
|
||||
aRect.Top() = aMousePos.Y();
|
||||
aRect.Right() = aRect.Left();
|
||||
aRect.Top() = aRect.Top();
|
||||
aRect.Bottom() = aRect.Top();
|
||||
nAlign = QUICKHELP_BOTTOM|QUICKHELP_CENTER;
|
||||
Help::ShowQuickHelp( pScroll->GetParent(), aRect, aHelpStr, nAlign );
|
||||
}
|
||||
|
Reference in New Issue
Block a user