[Libreoffice-commits] core.git: cui/source
Tor Lillqvist
tml at iki.fi
Tue Apr 30 07:41:34 PDT 2013
cui/source/uno/services.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 71512d1a9951850521950d8ebf0c931d6f6f0552
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Apr 30 17:34:26 2013 +0300
Restore accidentally removed prefix
Change-Id: I62e9daa35605883ee0949ecdce6b86c07cc42c09
diff --git a/cui/source/uno/services.cxx b/cui/source/uno/services.cxx
index 01c0779..f5aa9cb 100644
--- a/cui/source/uno/services.cxx
+++ b/cui/source/uno/services.cxx
@@ -38,7 +38,7 @@ namespace
};
}
-extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( char const * implName, void * serviceManager, void * registryKey)
+extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL cui_component_getFactory( char const * implName, void * serviceManager, void * registryKey)
{
return cppu::component_getFactoryHelper(implName, serviceManager, registryKey, entries);
}
More information about the Libreoffice-commits
mailing list