summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldlg.cxx
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2002-08-06 08:12:20 +0000
committerAndreas Bregas <ab@openoffice.org>2002-08-06 08:12:20 +0000
commitbd4ebe175dc60503d31c0ae8c0c1d131f1a7aad4 (patch)
treee8d89710e4eb9504f84edba8480ec59c56ebe33f /basctl/source/basicide/moduldlg.cxx
parentee8f0a80f656e14f7983c4ff8dc397f0f40073b3 (diff)
#102059# Changed macros in FixedText
Diffstat (limited to 'basctl/source/basicide/moduldlg.cxx')
-rw-r--r--basctl/source/basicide/moduldlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx
index fc6ccdee976d..0e2997b61d67 100644
--- a/basctl/source/basicide/moduldlg.cxx
+++ b/basctl/source/basicide/moduldlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: moduldlg.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: ab $ $Date: 2002-07-30 13:10:27 $
+ * last change: $Author: ab $ $Date: 2002-08-06 09:12:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1065,8 +1065,8 @@ SbModule* createModImpl( Window* pWin, SfxObjectShell* pShell, StarBASIC* pLib,
if (xNewDlg->Execute() != 0)
{
- if ( aModName.Len() == 0 )
- aModName = BasicIDE::CreateModuleName( pShell, aLibName );
+ if ( xNewDlg->GetObjectName().Len() )
+ aModName = xNewDlg->GetObjectName();
try
{