Kaydet (Commit) 0ba9114c authored tarafından Matúš Kukan's avatar Matúš Kukan

prefix more components

Change-Id: I9bf304a791b62f6b96711eb058f302cadfdb276a
üst 4d7b9557
...@@ -43,7 +43,7 @@ cppu::ImplementationEntry entries[] = { ...@@ -43,7 +43,7 @@ cppu::ImplementationEntry entries[] = {
extern "C" extern "C"
{ {
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( SAL_DLLPUBLIC_EXPORT void * SAL_CALL for_component_getFactory(
char const * implName, void * serviceManager, void * registryKey) char const * implName, void * serviceManager, void * registryKey)
{ {
return cppu::component_getFactoryHelper( return cppu::component_getFactoryHelper(
......
...@@ -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="for"
xmlns="http://openoffice.org/2010/uno-components"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="simple.formula.FormulaOpCodeMapperObj"> <implementation name="simple.formula.FormulaOpCodeMapperObj">
<service name="com.sun.star.sheet.FormulaOpCodeMapper"/> <service name="com.sun.star.sheet.FormulaOpCodeMapper"/>
......
...@@ -50,7 +50,7 @@ extern void * SAL_CALL Hyphenator_getFactory( ...@@ -50,7 +50,7 @@ extern void * SAL_CALL Hyphenator_getFactory(
extern "C" extern "C"
{ {
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( SAL_DLLPUBLIC_EXPORT void * SAL_CALL hyphen_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{ {
void * pRet = Hyphenator_getFactory( void * pRet = Hyphenator_getFactory(
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* *
**********************************************************************--> **********************************************************************-->
<component loader="com.sun.star.loader.SharedLibrary" <component loader="com.sun.star.loader.SharedLibrary" prefix="hyphen"
xmlns="http://openoffice.org/2010/uno-components"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="org.openoffice.lingu.LibHnjHyphenator"> <implementation name="org.openoffice.lingu.LibHnjHyphenator">
<service name="com.sun.star.linguistic2.Hyphenator"/> <service name="com.sun.star.linguistic2.Hyphenator"/>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* *
**********************************************************************--> **********************************************************************-->
<component loader="com.sun.star.loader.SharedLibrary" <component loader="com.sun.star.loader.SharedLibrary" prefix="guesslang"
xmlns="http://openoffice.org/2010/uno-components"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.lingu2.LanguageGuessing"> <implementation name="com.sun.star.lingu2.LanguageGuessing">
<service name="com.sun.star.linguistic2.LanguageGuessing"/> <service name="com.sun.star.linguistic2.LanguageGuessing"/>
......
...@@ -424,7 +424,7 @@ static struct ::cppu::ImplementationEntry s_component_entries [] = ...@@ -424,7 +424,7 @@ static struct ::cppu::ImplementationEntry s_component_entries [] =
extern "C" extern "C"
{ {
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( SAL_DLLPUBLIC_EXPORT void * SAL_CALL guesslang_component_getFactory(
sal_Char const * implName, lang::XMultiServiceFactory * xMgr, sal_Char const * implName, lang::XMultiServiceFactory * xMgr,
registry::XRegistryKey * xRegistry ) registry::XRegistryKey * xRegistry )
{ {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* *
**********************************************************************--> **********************************************************************-->
<component loader="com.sun.star.loader.SharedLibrary" <component loader="com.sun.star.loader.SharedLibrary" prefix="spell"
xmlns="http://openoffice.org/2010/uno-components"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="org.openoffice.lingu.MySpellSpellChecker"> <implementation name="org.openoffice.lingu.MySpellSpellChecker">
<service name="com.sun.star.linguistic2.SpellChecker"/> <service name="com.sun.star.linguistic2.SpellChecker"/>
......
...@@ -48,7 +48,7 @@ extern void * SAL_CALL SpellChecker_getFactory( ...@@ -48,7 +48,7 @@ extern void * SAL_CALL SpellChecker_getFactory(
extern "C" extern "C"
{ {
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( SAL_DLLPUBLIC_EXPORT void * SAL_CALL spell_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{ {
void * pRet = NULL; void * pRet = NULL;
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* *
**********************************************************************--> **********************************************************************-->
<component loader="com.sun.star.loader.SharedLibrary" <component loader="com.sun.star.loader.SharedLibrary" prefix="lnth"
xmlns="http://openoffice.org/2010/uno-components"> xmlns="http://openoffice.org/2010/uno-components">
<implementation name="org.openoffice.lingu.new.Thesaurus"> <implementation name="org.openoffice.lingu.new.Thesaurus">
<service name="com.sun.star.linguistic2.Thesaurus"/> <service name="com.sun.star.linguistic2.Thesaurus"/>
......
...@@ -50,7 +50,7 @@ extern void * SAL_CALL Thesaurus_getFactory( ...@@ -50,7 +50,7 @@ extern void * SAL_CALL Thesaurus_getFactory(
extern "C" extern "C"
{ {
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( SAL_DLLPUBLIC_EXPORT void * SAL_CALL lnth_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{ {
void * pRet = Thesaurus_getFactory( void * pRet = Thesaurus_getFactory(
......
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