Use prefix
Change-Id: Id6ef3325df8dc8d193a7745370134ef47792893a
This commit is contained in:
parent
2cf0f5fe62
commit
e40a86ca74
@ -319,7 +319,7 @@ void SAL_CALL createRegistryInfo_FORMS()
|
|||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------
|
||||||
SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(const sal_Char* _pImplName, XMultiServiceFactory* _pServiceManager, void* /*_pRegistryKey*/)
|
SAL_DLLPUBLIC_EXPORT void* SAL_CALL frm_component_getFactory(const sal_Char* _pImplName, XMultiServiceFactory* _pServiceManager, void* /*_pRegistryKey*/)
|
||||||
{
|
{
|
||||||
if (!_pServiceManager || !_pImplName)
|
if (!_pServiceManager || !_pImplName)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
*
|
*
|
||||||
**********************************************************************-->
|
**********************************************************************-->
|
||||||
|
|
||||||
<component loader="com.sun.star.loader.SharedLibrary"
|
<component loader="com.sun.star.loader.SharedLibrary" prefix="frm"
|
||||||
xmlns="http://openoffice.org/2010/uno-components">
|
xmlns="http://openoffice.org/2010/uno-components">
|
||||||
<implementation name="com.sun.star.comp.form.ONavigationBarControl">
|
<implementation name="com.sun.star.comp.form.ONavigationBarControl">
|
||||||
<service name="com.sun.star.form.control.NavigationToolBar"/>
|
<service name="com.sun.star.form.control.NavigationToolBar"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user