coverity#705450 Self assignment

Change-Id: I839e77594f6f7dbc516e0e6d08b1cf2517f96ec4
This commit is contained in:
Caolán McNamara
2014-03-28 11:40:48 +00:00
parent 11ea31b5e4
commit 8cc7aaa6bf

View File

@@ -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 );
}