Use prefix
Change-Id: Id3d3df7869f6efb548ae44c3a6cac23dc1e21774
This commit is contained in:
parent
cbf2008355
commit
a8ea2a4236
3 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ namespace
|
|||
};
|
||||
}
|
||||
|
||||
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( char const * implName, void * serviceManager, void * registryKey)
|
||||
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL cui_component_getFactory( char const * implName, void * serviceManager, void * registryKey)
|
||||
{
|
||||
return cppu::component_getFactoryHelper(implName, serviceManager, registryKey, entries);
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
* instead of those above.
|
||||
* -->
|
||||
|
||||
<component loader="com.sun.star.loader.SharedLibrary"
|
||||
<component loader="com.sun.star.loader.SharedLibrary" prefix="cui"
|
||||
xmlns="http://openoffice.org/2010/uno-components">
|
||||
<implementation name="com.sun.star.cui.ColorPicker">
|
||||
<service name="com.sun.star.ui.dialogs.ColorPicker"/>
|
||||
|
|
|
@ -2,7 +2,7 @@ UDK_3_0_0 {
|
|||
global:
|
||||
CreateDialogFactory;
|
||||
GetSpecialCharsForEdit;
|
||||
component_getFactory;
|
||||
cui_component_getFactory;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue