summaryrefslogtreecommitdiff
path: root/configmgr/source/configmgr.component
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/configmgr.component')
-rwxr-xr-xconfigmgr/source/configmgr.component6
1 files changed, 6 insertions, 0 deletions
diff --git a/configmgr/source/configmgr.component b/configmgr/source/configmgr.component
index 6ed51257005d..9ad4c79eed0b 100755
--- a/configmgr/source/configmgr.component
+++ b/configmgr/source/configmgr.component
@@ -38,6 +38,12 @@
<service name="com.sun.star.configuration.DefaultProvider"/>
<singleton name="com.sun.star.configuration.theDefaultProvider"/>
</implementation>
+ <implementation name="com.sun.star.comp.configuration.ReadOnlyAccess">
+ <singleton name="com.sun.star.configuration.ReadOnlyAccess"/>
+ </implementation>
+ <implementation name="com.sun.star.comp.configuration.ReadWriteAccess">
+ <service name="com.sun.star.configuration.ReadWriteAccess"/>
+ </implementation>
<implementation name="com.sun.star.comp.configuration.Update">
<service name="com.sun.star.configuration.Update_Service"/>
<singleton name="com.sun.star.configuration.Update"/>