Kaydet (Commit) 4022a834 authored tarafından Tomcsik Bence's avatar Tomcsik Bence Kaydeden (comit) Andras Timar

Object Catalog button now toggles display of the dialog

TODO: implement a toggle toolbar button that shows the toggle state
üst efd4db1e
......@@ -432,7 +432,10 @@ void BasicIDEShell::ExecuteGlobal( SfxRequest& rReq )
break;
case SID_BASICIDE_OBJCAT:
{
ShowObjectDialog( sal_True, sal_True );
if ( pObjectCatalog )
ShowObjectDialog( sal_False, sal_True );
else
ShowObjectDialog( sal_True, sal_True );
}
break;
case SID_BASICIDE_NAMECHANGEDONTAB:
......
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