From ae7534f616523bbe5588d98ef2fe4f421ffed728 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 6 Jul 2012 21:28:03 +0100 Subject: targetted rename xcr -> xmlscript to match includes and module name --- xmlscript/source/misc/unoservices.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlscript/source/misc') diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx index 15b20dcea26f..05eaed2eb00e 100644 --- a/xmlscript/source/misc/unoservices.cxx +++ b/xmlscript/source/misc/unoservices.cxx @@ -104,7 +104,7 @@ namespace xmlscript extern "C" { - SAL_DLLPUBLIC_EXPORT void * SAL_CALL xcr_component_getFactory( + SAL_DLLPUBLIC_EXPORT void * SAL_CALL xmlscript_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { return ::cppu::component_getFactoryHelper( -- cgit