Use prefix
Change-Id: Ic63d4b6403438fee2d6c70e329ee33d2cde7426b
This commit is contained in:
parent
13ec17ce63
commit
9da34c09bf
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ extern sdecl::ServiceDecl const serviceDecl;
|
|||
|
||||
extern "C"
|
||||
{
|
||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
|
||||
SAL_DLLPUBLIC_EXPORT void * SAL_CALL msforms_component_getFactory(
|
||||
const sal_Char * pImplName, lang::XMultiServiceFactory * pServiceManager,
|
||||
registry::XRegistryKey * 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="msforms"
|
||||
xmlns="http://openoffice.org/2010/uno-components">
|
||||
<implementation name="ControlProviderImpl">
|
||||
<service name="ooo.vba.ControlProvider"/>
|
||||
|
|
Loading…
Reference in a new issue