Use prefix
Change-Id: Ide081f18af82e68b55d6d48168a0a567e5e64f04
This commit is contained in:
parent
f42a930976
commit
7b089e2ccc
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ using namespace ::com::sun::star::lang;
|
|||
|
||||
extern "C" {
|
||||
|
||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName,
|
||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL basctl_component_getFactory( const sal_Char* pImplementationName,
|
||||
void* pServiceManager,
|
||||
void* pRegistryKey )
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
|
||||
<component loader="com.sun.star.loader.SharedLibrary"
|
||||
<component loader="com.sun.star.loader.SharedLibrary" prefix="basctl"
|
||||
xmlns="http://openoffice.org/2010/uno-components">
|
||||
<implementation name="com.sun.star.comp.basic.BasicIDE">
|
||||
<service name="com.sun.star.script.BasicIDE"/>
|
||||
|
|
Loading…
Reference in a new issue