show chart context menu entries again
Change-Id: If4ff5188af95a7b5274d88ced41ceaae2bb7fd0b
This commit is contained in:
@@ -588,7 +588,7 @@ ContextMenuHelper::completeMenuProperties(
|
||||
else
|
||||
pMenu->SetItemImage( nId, Image() );
|
||||
|
||||
if (!pMenu->GetItemText(nId).isEmpty())
|
||||
if (pMenu->GetItemText(nId).isEmpty())
|
||||
{
|
||||
OUString aLabel( getLabelFromCommandURL( aCmdURL ));
|
||||
pMenu->SetItemText( nId, aLabel );
|
||||
|
Reference in New Issue
Block a user