summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-19 07:01:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-19 07:01:23 +0000
commit19fa164c165ab0d4a81dba60934a0d869aa1ecc8 (patch)
treed140212dbfe5a84b9cd2d751efa3498c31fd7aea /basctl
parentedc4d8fe0562089ab6c3995f5e017ab778bb95b7 (diff)
INTEGRATION: CWS scriptingf4 (1.29.10); FILE MERGED
2004/03/24 13:11:57 dfoster 1.29.10.1: #i26923# Implmentation of the Script Organizer spec.
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basides1.cxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx
index 45779c0b7d4a..f3d7467af9e3 100644
--- a/basctl/source/basicide/basides1.cxx
+++ b/basctl/source/basicide/basides1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basides1.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 17:12:14 $
+ * last change: $Author: rt $ $Date: 2004-05-19 08:01:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -354,7 +354,13 @@ void __EXPORT BasicIDEShell::ExecuteGlobal( SfxRequest& rReq )
break;
case SID_BASICIDE_MODULEDLG:
{
- BasicIDE::Organize();
+ if ( rReq.GetArgs() )
+ {
+ const SfxUInt16Item &rTabId = (const SfxUInt16Item&)rReq.GetArgs()->Get(SID_BASICIDE_ARG_TABID );
+ BasicIDE::Organize( rTabId.GetValue() );
+ }
+ else
+ BasicIDE::Organize( 0 );
}
break;
case SID_BASICIDE_CHOOSEMACRO: