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

hide macro recording when it is not enabled, to reduce confusion

üst 0e1d1282
......@@ -3111,6 +3111,7 @@ void SfxViewFrame::MiscState_Impl(SfxItemSet &rSet)
( strcmp(pName,"swriter") && strcmp(pName,"scalc") ) )
{
rSet.DisableItem( nWhich );
rSet.Put(SfxVisibilityItem(nWhich, sal_False));
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