summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-02 10:37:33 +0300
committerTor Lillqvist <tml@iki.fi>2012-10-02 11:31:37 +0300
commite40a86ca748ff7cd742250f1fb989eeeeb4d80b3 (patch)
tree7b65d501084667ef005cdbe190d6d6594a27e296 /forms
parent2cf0f5fe6244e1a98f82a1aca77b32c029c73e27 (diff)
Use prefix
Change-Id: Id6ef3325df8dc8d193a7745370134ef47792893a
Diffstat (limited to 'forms')
-rw-r--r--forms/source/misc/services.cxx2
-rw-r--r--forms/util/frm.component2
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 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="frm"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.form.ONavigationBarControl">
<service name="com.sun.star.form.control.NavigationToolBar"/>