Kaydet (Commit) 9da34c09 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use prefix

Change-Id: Ic63d4b6403438fee2d6c70e329ee33d2cde7426b
üst 13ec17ce
...@@ -42,7 +42,7 @@ extern sdecl::ServiceDecl const serviceDecl; ...@@ -42,7 +42,7 @@ extern sdecl::ServiceDecl const serviceDecl;
extern "C" 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, const sal_Char * pImplName, lang::XMultiServiceFactory * pServiceManager,
registry::XRegistryKey * pRegistryKey ) registry::XRegistryKey * pRegistryKey )
{ {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="ControlProviderImpl"> <implementation name="ControlProviderImpl">
<service name="ooo.vba.ControlProvider"/> <service name="ooo.vba.ControlProvider"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment