summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-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();