show chart context menu entries again

Change-Id: If4ff5188af95a7b5274d88ced41ceaae2bb7fd0b
This commit is contained in:
Markus Mohrhard
2013-09-29 13:29:35 +02:00
parent 0c377feb71
commit 383622a30d

View File

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