diff options
author | Noel Grandin <noel@peralex.com> | 2020-07-21 13:36:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-21 15:17:19 +0200 |
commit | 389daaa737711136378d784d454eb4bf5bfb0cbc (patch) | |
tree | bf3a0182d3bf11812064e88a56e351daa56cf976 /shell/source/win32/simplemail/smplmail.component | |
parent | 6592afdd7d6e8a56e1450131a2d0a2b652eb6f82 (diff) |
shell/simplemail: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: I944cbd7bc38f9dc1811756d3db4522047aaf34e5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99135
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell/source/win32/simplemail/smplmail.component')
-rw-r--r-- | shell/source/win32/simplemail/smplmail.component | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/source/win32/simplemail/smplmail.component b/shell/source/win32/simplemail/smplmail.component index 556c4099b842..6b95bd8cdc5c 100644 --- a/shell/source/win32/simplemail/smplmail.component +++ b/shell/source/win32/simplemail/smplmail.component @@ -18,8 +18,9 @@ --> <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - prefix="smplmail" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.sys.shell.SimpleSystemMail"> + xmlns="http://openoffice.org/2010/uno-components"> + <implementation name="com.sun.star.sys.shell.SimpleSystemMail" + constructor="shell_CSmplMailSuppl_get_implementation"> <service name="com.sun.star.system.SimpleSystemMail"/> </implementation> </component> |