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

Use prefix

Change-Id: Id3d3df7869f6efb548ae44c3a6cac23dc1e21774
üst cbf20083
...@@ -52,7 +52,7 @@ namespace ...@@ -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 @@ ...@@ -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 { ...@@ -2,7 +2,7 @@ UDK_3_0_0 {
global: global:
CreateDialogFactory; CreateDialogFactory;
GetSpecialCharsForEdit; GetSpecialCharsForEdit;
component_getFactory; cui_component_getFactory;
local: local:
*; *;
}; };
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