summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-09-19 07:29:43 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-09-19 07:29:43 +0000
commit825d820c9e1d80601c7bb5793f9b80d47c554c40 (patch)
tree7441094c3a8ba28ef3713d816f2f2246cb17c3ea /basctl
parent83cf30b0945dbf0ea1d4c337474f359d48cca4d8 (diff)
INTEGRATION: CWS fwkq1 (1.21.24); FILE MERGED
2003/07/14 16:12:03 mba 1.21.24.1: #110843#: get rid of factories
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basobj2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/basobj2.cxx b/basctl/source/basicide/basobj2.cxx
index 91d5513c2569..7e28e55c2c20 100644
--- a/basctl/source/basicide/basobj2.cxx
+++ b/basctl/source/basicide/basobj2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basobj2.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2003-04-23 16:39:18 $
+ * last change: $Author: rt $ $Date: 2003-09-19 08:29:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -614,7 +614,7 @@ void BasicIDE::UpdateModule( SfxObjectShell* pShell, const String& rLibName, con
::rtl::OUString BasicIDE::ChooseMacro( BOOL bExecute, BOOL bChooseOnly, const ::rtl::OUString& rMacroDesc )
{
- BASIC_MOD()->Load();
+ BasicIDEDLL::Init();
if ( rMacroDesc.getLength() )
IDE_DLL()->GetExtraData()->GetLastMacro() = String( rMacroDesc );