summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-06-17 15:13:33 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-06-17 17:02:03 +0100
commitc8921d9ef99b46761a630711ab17b3022d018db5 (patch)
tree5fbcc4679e8f5210565995165849541e97de3ba5 /libreofficekit
parent0b7fdf29e3a046237c987ac3c8b1be20ff7f91c4 (diff)
LOK: Split into instance and class.
Change-Id: I2b6f33eaf12343c7da1328a932eb703bb4e4ef6f Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/source/shim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/source/shim.c b/libreofficekit/source/shim.c
index 325695f00313..78002ab81753 100644
--- a/libreofficekit/source/shim.c
+++ b/libreofficekit/source/shim.c
@@ -50,7 +50,7 @@ SAL_DLLPUBLIC_EXPORT LibreOfficeKit *lok_init( const char *install_path )
return NULL;
}
- pSym = (HookFunction *) dlsym( dlhandle, "liblibreoffice_hook" );
+ pSym = (HookFunction *) dlsym( dlhandle, "libreofficekit_hook" );
if( !pSym ) {
fprintf( stderr, "failed to find hook in library '%s'\n", imp_lib );
dlclose( dlhandle );