summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"/>
ion/license explicitStephan Bergmann 2013-02-28remove all d.lstMichael Stahl 2013-02-25remove specialcasing for old internal sun wikiBjoern Michaelsen 2013-02-22s/the the/the/Tor Lillqvist 2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl 2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl 2012-11-11Merge branch 'master' into feature/killsdfAndras Timar 2012-11-07Delete unused filesZolnai Tamás 2012-10-23gbuild: fix XcuMergeTarget build breakage:Michael Stahl 2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl 2012-10-14Correct helptree localization in swextZolnai Tamás 2012-10-01translations is a source-only moduleAndras Timar 2012-09-25set paths in help tree file of MediaWiki extension helpAndras Timar 2012-09-16move help compiler/linker/indexer to a new moduleAndras Timar 2012-09-10Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin 2012-09-10Java cleanup, remove unnecessary importsNoel Grandin 2012-09-10add help.tree files to extensions' helpBence Babati 2012-08-31The *_develop.zip files appear to be unusedStephan Bergmann 2012-08-31fdo#53009: Compile extension help in gbuildStephan Bergmann 2012-08-17gbuild: register all jarsMichael Stahl 2012-08-15swext: use gb_Jar_use_externalsMichael Stahl 2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl 2012-07-03re-base on ALv2 code.Michael Meeks 2012-06-29re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-05-10normalize variable names in gbuild user makefilesMichael Stahl 2012-05-09fdo#46509: xsltml .xsl files missing from wiki-publisher.oxtStephan Bergmann