summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2021-11-18 17:53:46 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2021-11-18 21:12:59 +0100
commitdd43c74ee5778109f860e18419fc37fd9ab1c7dd (patch)
treec5a1445e095be2d5e20df6e8ec8fac64ccab89e1 /svl
parent966c9af081d1c8296026c1ca3564869362de45ab (diff)
tdf#140086 svl: restore PasswordContainer to single-instance
(regression from 7256ff08bc46840bb85fa255ace6541dca91329e) Change-Id: Ib640dea001fc787279761ca72bbc3db46d0102c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125485 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Tested-by: Jenkins
Diffstat (limited to 'svl')
-rw-r--r--svl/source/passwordcontainer/passwordcontainer.component1
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/source/passwordcontainer/passwordcontainer.component b/svl/source/passwordcontainer/passwordcontainer.component
index e928461fa96b..109f45c5021c 100644
--- a/svl/source/passwordcontainer/passwordcontainer.component
+++ b/svl/source/passwordcontainer/passwordcontainer.component
@@ -20,6 +20,7 @@
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="stardiv.svl.PasswordContainer"
+ single-instance="true"
constructor="svl_PasswordContainer_get_implementation">
<service name="com.sun.star.task.PasswordContainer"/>
</implementation>