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,6 +432,9 @@ void BasicIDEShell::ExecuteGlobal( SfxRequest& rReq )
break;
case SID_BASICIDE_OBJCAT:
{
if ( pObjectCatalog )
ShowObjectDialog( sal_False, sal_True );
else
ShowObjectDialog( sal_True, sal_True );
}
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