Use prefix

Change-Id: Ic63d4b6403438fee2d6c70e329ee33d2cde7426b
This commit is contained in:
Tor Lillqvist 2012-10-02 12:59:32 +03:00
parent 13ec17ce63
commit 9da34c09bf
2 changed files with 2 additions and 2 deletions

View file

@ -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 )
{

View file

@ -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"/>