Hello there,<div><br></div><div>I've seen quite often something like this:</div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">
-/*</div><div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">- #i2345#</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">- if ( nSlotId >= SID_SFX_START && !SfxMenuManager::IsPopupFunction(nSlotId) )</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">- {</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">- // Echte Popups sollen keine SlotIds haben; leider sind</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">- // da noch Altlasten mit herumzuschleppen ...</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">- String aTitle = pSVMenu->GetItemText( nSlotId );</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">- pSVMenu->SetPopupMenu( nSlotId, NULL );</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">- USHORT nPos = pSVMenu->GetItemPos( nSlotId );</div>
<div class="del" style="font-family: Ubuntu, UbuntuBeta !important; border-collapse: collapse; font-size: 13px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">- pSVMenu->RemoveItem( nPos );</div>
<div class="del"><span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">- nSlotId = 1;- while ( pSVMenu->GetItemPos(nSlotId) != MENU_ITEM_NOTFOUND )
- nSlotId++;
- pSVMenu->InsertItem( nSlotId, aTitle, 0, nPos );
- pSVMenu->SetPopupMenu( nSlotId, pPopup );
- }
-*/
What should I do with it ? leave it like that ? delete it completery ? or delete the code and leave the bogus ?</span></div></div><div class="del"><span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br>
</span></div><div class="del"><span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Btw, what about the peaces which say, FIXME ?</span></div>