summaryrefslogtreecommitdiff
path: root/shell/source/win32/syssh.component
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2020-07-21 12:04:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-21 14:41:24 +0200
commit9cc580922b36460f47846c17aaa1cf141564c7a7 (patch)
treef57b9c357beb855ec044090e28a60b37a1310d6c /shell/source/win32/syssh.component
parentfef72302dac39674103c8cf66f1a5e27b9f3d7ab (diff)
shell/syssh: create instances with uno constructors
See tdf#74608 for motivation. Change-Id: I0c46ef0e9be472b8fccc34376e9f1c23b0c07cb7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99130 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell/source/win32/syssh.component')
-rw-r--r--shell/source/win32/syssh.component5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/source/win32/syssh.component b/shell/source/win32/syssh.component
index 9235d1d20f99..d5ddeaa716ad 100644
--- a/shell/source/win32/syssh.component
+++ b/shell/source/win32/syssh.component
@@ -18,8 +18,9 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="syssh" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.sys.shell.SystemShellExecute">
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="com.sun.star.sys.shell.SystemShellExecute"
+ constructor="shell_CSysShExec_get_implementation">
<service name="com.sun.star.system.SystemShellExecute"/>
</implementation>
</component>