summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-19 07:01:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-19 07:01:52 +0000
commit4aa894e8910e00c06b11315da603146162dbc478 (patch)
treed3342f3b972628df52db3c0e3613b30ec7b5c0ac /basctl/source
parentd388dcae7a4c4e7e293b2143923326fff7578a76 (diff)
INTEGRATION: CWS scriptingf4 (1.27.22); FILE MERGED
2004/03/24 13:11:57 dfoster 1.27.22.1: #i26923# Implmentation of the Script Organizer spec.
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/basicide/macrodlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/macrodlg.cxx b/basctl/source/basicide/macrodlg.cxx
index c251d875ca5d..4df3401b3135 100644
--- a/basctl/source/basicide/macrodlg.cxx
+++ b/basctl/source/basicide/macrodlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: macrodlg.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: rt $ $Date: 2004-05-03 07:57:22 $
+ * last change: $Author: rt $ $Date: 2004-05-19 08:01:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -962,7 +962,7 @@ IMPL_LINK( MacroChooser, ButtonHdl, Button *, pButton )
{
StoreMacroDescription();
- OrganizeDialog* pDlg = new OrganizeDialog( this );
+ OrganizeDialog* pDlg = new OrganizeDialog( this, 0 );
String aMacroDescr = CreateEntryDescription( aBasicBox, aBasicBox.FirstSelected() );
pDlg->SetCurrentModule( aMacroDescr );
USHORT nRet = pDlg->Execute();