From 383622a30da5cd5128e0b775eb4f75f40a1d4426 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 29 Sep 2013 13:29:35 +0200 Subject: show chart context menu entries again Change-Id: If4ff5188af95a7b5274d88ced41ceaae2bb7fd0b --- svtools/source/uno/contextmenuhelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source') diff --git a/svtools/source/uno/contextmenuhelper.cxx b/svtools/source/uno/contextmenuhelper.cxx index e18fc08f7a29..7c8abc635301 100644 --- a/svtools/source/uno/contextmenuhelper.cxx +++ b/svtools/source/uno/contextmenuhelper.cxx @@ -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 ); -- cgit