summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-21 08:39:46 +0200
committerNoel Grandin <noel@peralex.com>2014-10-23 12:55:35 +0200
commit035fe8a6aa6489740a7c9f4e1768452319a686d3 (patch)
tree0d0341d222b24cfa59d4b79c9420a9e116cc6a78 /svtools
parentbb0039fdca8eff5ca603e333a23c3a7736b32cb2 (diff)
fdo#84938: replace MENUITEM constants with enum
Change-Id: I7b0085af3b13bd6e1a50bf1e0e986d1524b52d7b
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/contextmenuhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/contextmenuhelper.cxx b/svtools/source/uno/contextmenuhelper.cxx
index b751f5a8a45e..9dd46c7fd2a7 100644
--- a/svtools/source/uno/contextmenuhelper.cxx
+++ b/svtools/source/uno/contextmenuhelper.cxx
@@ -574,7 +574,7 @@ ContextMenuHelper::completeMenuProperties(
PopupMenu* pPopupMenu = pMenu->GetPopupMenu( nId );
if ( pPopupMenu )
completeMenuProperties( pPopupMenu );
- if ( pMenu->GetItemType( nPos ) != MENUITEM_SEPARATOR )
+ if ( pMenu->GetItemType( nPos ) != MenuItemType::SEPARATOR )
{
OUString aCmdURL( pMenu->GetItemCommand( nId ));