summaryrefslogtreecommitdiff
path: root/shell/source/win32/simplemail/smplmail.component
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-10-02 14:19:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-10-02 20:41:23 +0200
commited3eda5d752b988411616c8cd96953ae6a2fe20f (patch)
tree7ed0f2da44492b8e5f980d798bab41c5520ea27d /shell/source/win32/simplemail/smplmail.component
parentad64650bda81ba59ebd27acaf67dc0b444ac0573 (diff)
Use the new single-instance="true" attribute in shell
Change-Id: Ia8e454a65965cf99bafa795fe0bea4836ada2ee0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103846 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'shell/source/win32/simplemail/smplmail.component')
-rw-r--r--shell/source/win32/simplemail/smplmail.component2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/simplemail/smplmail.component b/shell/source/win32/simplemail/smplmail.component
index 6b95bd8cdc5c..32446884ddc3 100644
--- a/shell/source/win32/simplemail/smplmail.component
+++ b/shell/source/win32/simplemail/smplmail.component
@@ -20,7 +20,7 @@
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.sys.shell.SimpleSystemMail"
- constructor="shell_CSmplMailSuppl_get_implementation">
+ constructor="shell_CSmplMailSuppl_get_implementation" single-instance="true">
<service name="com.sun.star.system.SimpleSystemMail"/>
</implementation>
</component>