From e40a86ca748ff7cd742250f1fb989eeeeb4d80b3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 2 Oct 2012 10:37:33 +0300 Subject: [PATCH] Use prefix Change-Id: Id6ef3325df8dc8d193a7745370134ef47792893a --- forms/source/misc/services.cxx | 2 +- forms/util/frm.component | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forms/source/misc/services.cxx b/forms/source/misc/services.cxx index 9f1785fab7dd..de7cf7907e2f 100644 --- a/forms/source/misc/services.cxx +++ b/forms/source/misc/services.cxx @@ -319,7 +319,7 @@ void SAL_CALL createRegistryInfo_FORMS() } //--------------------------------------------------------------------------------------- -SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(const sal_Char* _pImplName, XMultiServiceFactory* _pServiceManager, void* /*_pRegistryKey*/) +SAL_DLLPUBLIC_EXPORT void* SAL_CALL frm_component_getFactory(const sal_Char* _pImplName, XMultiServiceFactory* _pServiceManager, void* /*_pRegistryKey*/) { if (!_pServiceManager || !_pImplName) return NULL; diff --git a/forms/util/frm.component b/forms/util/frm.component index c727e805940a..fcb705097604 100644 --- a/forms/util/frm.component +++ b/forms/util/frm.component @@ -26,7 +26,7 @@ * **********************************************************************--> -