summaryrefslogtreecommitdiff
path: root/scripting/source/stringresource/stringresource.component
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/stringresource/stringresource.component')
-rw-r--r--scripting/source/stringresource/stringresource.component11
1 files changed, 7 insertions, 4 deletions
diff --git a/scripting/source/stringresource/stringresource.component b/scripting/source/stringresource/stringresource.component
index e39e0f908882..a2b2a24f33b5 100644
--- a/scripting/source/stringresource/stringresource.component
+++ b/scripting/source/stringresource/stringresource.component
@@ -18,14 +18,17 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="stringresource" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.comp.scripting.StringResource">
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="com.sun.star.comp.scripting.StringResource"
+ constructor="scripting_StringResourcePersistenceImpl_implementation">
<service name="com.sun.star.resource.StringResource"/>
</implementation>
- <implementation name="com.sun.star.comp.scripting.StringResourceWithLocation">
+ <implementation name="com.sun.star.comp.scripting.StringResourceWithLocation"
+ constructor="scripting_StringResourceWithLocationImpl_get_implementation">
<service name="com.sun.star.resource.StringResourceWithLocation"/>
</implementation>
- <implementation name="com.sun.star.comp.scripting.StringResourceWithStorage">
+ <implementation name="com.sun.star.comp.scripting.StringResourceWithStorage"
+ constructor="scripting_StringResourceWithStorageImpl_get_implementation">
<service name="com.sun.star.resource.StringResourceWithStorage"/>
</implementation>
</component>