summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-01 21:54:06 +0300
committerTor Lillqvist <tml@iki.fi>2012-10-01 21:54:57 +0300
commit7b089e2ccccb9872e6bd01af6ed8cefbd8160364 (patch)
treebb14f8c852c83c7dea81e7ad00d56209c1370cc6 /basctl
parentf42a9309760565d24619bad9ee1f5561ce89c14b (diff)
Use prefix
Change-Id: Ide081f18af82e68b55d6d48168a0a567e5e64f04
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/register.cxx2
-rw-r--r--basctl/util/basctl.component2
2 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/register.cxx b/basctl/source/basicide/register.cxx
index b2846591dc63..563cc6246de9 100644
--- a/basctl/source/basicide/register.cxx
+++ b/basctl/source/basicide/register.cxx
@@ -36,7 +36,7 @@ using namespace ::com::sun::star::lang;
extern "C" {
-SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName,
+SAL_DLLPUBLIC_EXPORT void* SAL_CALL basctl_component_getFactory( const sal_Char* pImplementationName,
void* pServiceManager,
void* pRegistryKey )
{
diff --git a/basctl/util/basctl.component b/basctl/util/basctl.component
index d9ecf795f037..a42ddff3eddf 100644
--- a/basctl/util/basctl.component
+++ b/basctl/util/basctl.component
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="basctl"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.basic.BasicIDE">
<service name="com.sun.star.script.BasicIDE"/>