diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-29 13:29:35 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-29 20:26:05 +0200 |
commit | 383622a30da5cd5128e0b775eb4f75f40a1d4426 (patch) | |
tree | 74b451410663d7b68188db59f66a539c0b367644 /svtools | |
parent | 0c377feb71d34cc2c0596249f6910dcb2b0d2e30 (diff) |
show chart context menu entries again
Change-Id: If4ff5188af95a7b5274d88ced41ceaae2bb7fd0b
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/contextmenuhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |