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

hide macro menu item when disabled to reduce confusion

üst 6cae9f54
......@@ -3110,8 +3110,9 @@ void SfxViewFrame::MiscState_Impl(SfxItemSet &rSet)
if ( !aMiscOptions.IsExperimentalMode() ||
( strcmp(pName,"swriter") && strcmp(pName,"scalc") ) )
{
rSet.DisableItem( nWhich );
break;
rSet.DisableItem( nWhich );
rSet.Put(SfxVisibilityItem(nWhich, sal_False));
break;
}
::rtl::OUString sProperty(RTL_CONSTASCII_USTRINGPARAM("DispatchRecorderSupplier"));
......
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