Object Catalog button now toggles display of the dialog
TODO: implement a toggle toolbar button that shows the toggle state
This commit is contained in:
committed by
Andras Timar
parent
efd4db1e6b
commit
4022a834b5
@@ -432,7 +432,10 @@ void BasicIDEShell::ExecuteGlobal( SfxRequest& rReq )
|
|||||||
break;
|
break;
|
||||||
case SID_BASICIDE_OBJCAT:
|
case SID_BASICIDE_OBJCAT:
|
||||||
{
|
{
|
||||||
ShowObjectDialog( sal_True, sal_True );
|
if ( pObjectCatalog )
|
||||||
|
ShowObjectDialog( sal_False, sal_True );
|
||||||
|
else
|
||||||
|
ShowObjectDialog( sal_True, sal_True );
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SID_BASICIDE_NAMECHANGEDONTAB:
|
case SID_BASICIDE_NAMECHANGEDONTAB:
|
||||||
|
Reference in New Issue
Block a user