summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-08-18 01:03:12 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-08-18 14:15:27 +0200
commit15f482b1e9aff47a366a1cb1666fb4aabea49912 (patch)
tree30e4f4e3ff2639e93cad687ec6e40861b8669483 /linguistic
parentc902dc86556e640532cb857385b75c2bdb60bb2b (diff)
Add prefixes for some component_getFactory functions
Diffstat (limited to 'linguistic')
-rwxr-xr-xlinguistic/source/lng.component2
-rw-r--r--linguistic/source/lngreg.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/lng.component b/linguistic/source/lng.component
index f4f3ca603a88..1b31003d7bda 100755
--- a/linguistic/source/lng.component
+++ b/linguistic/source/lng.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="lng"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.lingu2.ConvDicList">
<service name="com.sun.star.linguistic2.ConversionDictionaryList"/>
diff --git a/linguistic/source/lngreg.cxx b/linguistic/source/lngreg.cxx
index 34048e555c51..997efef110a4 100644
--- a/linguistic/source/lngreg.cxx
+++ b/linguistic/source/lngreg.cxx
@@ -78,7 +78,7 @@ extern void * SAL_CALL GrammarCheckingIterator_getFactory
extern "C"
{
-SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
+SAL_DLLPUBLIC_EXPORT void * SAL_CALL lng_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{
void * pRet =