Kaydet (Commit) 741be872 authored tarafından David Tardon's avatar David Tardon

both branches of the if are same

üst 3a9abcfb
......@@ -883,14 +883,8 @@ void SdrPageView::InsertHelpLine(const SdrHelpLine& rHL, sal_uInt16 nNum)
{
if (nNum>aHelpLines.GetCount()) nNum=aHelpLines.GetCount();
aHelpLines.Insert(rHL,nNum);
if (GetView().IsHlplVisible()) {
if (GetView().IsHlplFront()) {
// Hier optimieren ...
ImpInvalidateHelpLineArea(nNum);
} else {
ImpInvalidateHelpLineArea(nNum);
}
}
if (GetView().IsHlplVisible())
ImpInvalidateHelpLineArea(nNum);
}
// Betretene Gruppe und Liste setzen
......
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