Kaydet (Commit) 412a02c4 authored tarafından Michael Meeks's avatar Michael Meeks

hide macro menu item when disabled to reduce confusion

üst 6cae9f54
...@@ -3111,6 +3111,7 @@ void SfxViewFrame::MiscState_Impl(SfxItemSet &rSet) ...@@ -3111,6 +3111,7 @@ void SfxViewFrame::MiscState_Impl(SfxItemSet &rSet)
( strcmp(pName,"swriter") && strcmp(pName,"scalc") ) ) ( strcmp(pName,"swriter") && strcmp(pName,"scalc") ) )
{ {
rSet.DisableItem( nWhich ); rSet.DisableItem( nWhich );
rSet.Put(SfxVisibilityItem(nWhich, sal_False));
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment