summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-07 13:44:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-07 13:44:03 +0200
commitf31424e650c4f7d4a09a166377ee4890fd317292 (patch)
tree7311444d9123252c9a84e49a4504fe1413d4379a /lingucomponent
parenta30ce480fa6044b1545145559cd23df140307bd0 (diff)
Fix *_component_getFactory function type
Change-Id: Ib86d37e1570c9a64ef83beaf11bf0ec4676533eb
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/languageguessing/guesslang.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/lingucomponent/source/languageguessing/guesslang.cxx b/lingucomponent/source/languageguessing/guesslang.cxx
index c778ff9d52b4..66f8b6d35748 100644
--- a/lingucomponent/source/languageguessing/guesslang.cxx
+++ b/lingucomponent/source/languageguessing/guesslang.cxx
@@ -31,7 +31,6 @@
#include <simpleguesser.hxx>
#include <guess.hxx>
-#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/linguistic2/XLanguageGuessing.hpp>
#include <unotools/pathoptions.hxx>
@@ -377,8 +376,8 @@ extern "C"
{
SAL_DLLPUBLIC_EXPORT void * SAL_CALL guesslang_component_getFactory(
- sal_Char const * implName, lang::XMultiServiceFactory * xMgr,
- registry::XRegistryKey * xRegistry )
+ sal_Char const * implName, void * xMgr,
+ void * xRegistry )
{
return ::cppu::component_getFactoryHelper(
implName, xMgr, xRegistry, s_component_entries );