Use prefix
Change-Id: Id3d3df7869f6efb548ae44c3a6cac23dc1e21774
This commit is contained in:
@@ -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);
|
return cppu::component_getFactoryHelper(implName, serviceManager, registryKey, entries);
|
||||||
}
|
}
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
* instead of those above.
|
* 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">
|
xmlns="http://openoffice.org/2010/uno-components">
|
||||||
<implementation name="com.sun.star.cui.ColorPicker">
|
<implementation name="com.sun.star.cui.ColorPicker">
|
||||||
<service name="com.sun.star.ui.dialogs.ColorPicker"/>
|
<service name="com.sun.star.ui.dialogs.ColorPicker"/>
|
||||||
|
@@ -2,7 +2,7 @@ UDK_3_0_0 {
|
|||||||
global:
|
global:
|
||||||
CreateDialogFactory;
|
CreateDialogFactory;
|
||||||
GetSpecialCharsForEdit;
|
GetSpecialCharsForEdit;
|
||||||
component_getFactory;
|
cui_component_getFactory;
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user