summaryrefslogtreecommitdiff
path: root/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-14 13:10:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-14 13:10:53 +0200
commit5b8ca52fe7ebe40761b9ecd84d313f90eba61687 (patch)
tree4d3176a076631a6361b855e7895e2184e430b6e7 /lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
parent29a96480b09f63bfbffb799729cf09d3693c0054 (diff)
Clean up function declarations
Change-Id: Ia811e9d3a6745e75fddddb6c6876316fde3629d8
Diffstat (limited to 'lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx')
-rw-r--r--lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
index c99a95437c61..919c64b0ea01 100644
--- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
@@ -40,6 +40,8 @@
#include <lingutil.hxx>
#include <stdio.h>
+#include <hyphen.h>
+
using namespace ::rtl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
@@ -132,6 +134,10 @@ inline OUString Hyphenator::getImplementationName_Static() throw()
return OUString( "org.openoffice.lingu.LibHnjHyphenator" );
}
+void * SAL_CALL Hyphenator_getFactory(
+ char const * pImplName, css::lang::XMultiServiceFactory * pServiceManager,
+ void *);
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */