INTEGRATION: CWS uno2 (1.20.56); FILE MERGED

2003/04/11 14:49:43 ab 1.20.56.1: #108672# Basic Modules > 64K
This commit is contained in:
Rüdiger Timm 2003-04-23 15:39:18 +00:00
parent 271d71ce13
commit 2772c8603a

View file

@ -2,9 +2,9 @@
*
* $RCSfile: basobj2.cxx,v $
*
* $Revision: 1.20 $
* $Revision: 1.21 $
*
* last change: $Author: mba $ $Date: 2002-04-22 16:59:54 $
* last change: $Author: rt $ $Date: 2003-04-23 16:39:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -736,7 +736,7 @@ Sequence< ::rtl::OUString > BasicIDE::GetMethodNames( SfxObjectShell* pShell, co
::rtl::OUString aOUSource = GetModule( pShell, rLibName, rModName );
SbModuleRef xModule = new SbModule( rModName );
xModule->SetSource( String( aOUSource ) );
xModule->SetSource32( aOUSource );
USHORT nCount = xModule->GetMethods()->Count();
Sequence< ::rtl::OUString > aSeqMethods( nCount );