diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-08 14:08:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-08 17:41:36 +0200 |
commit | f3d21c378863a2a8756ded5dff6d1c18bc3c5db2 (patch) | |
tree | 241975831051aae3c61aca7276822749dfde5741 /svx/util | |
parent | 2e8992aea2017e89a6f7ba5f0ef544f29059243b (diff) |
svx: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: If6bd80525d398b45c2938e921c183633f173dfae
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98372
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/util')
-rw-r--r-- | svx/util/textconversiondlgs.component | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/util/textconversiondlgs.component b/svx/util/textconversiondlgs.component index e5c36cf824ee..81798f2dd061 100644 --- a/svx/util/textconversiondlgs.component +++ b/svx/util/textconversiondlgs.component @@ -18,9 +18,9 @@ --> <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - prefix="textconversiondlgs" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.comp.linguistic2.ChineseTranslationDialog"> + <implementation name="com.sun.star.comp.linguistic2.ChineseTranslationDialog" + constructor="svx_ChineseTranslation_UnoDialog_get_implementation"> <service name="com.sun.star.linguistic2.ChineseTranslationDialog"/> </implementation> </component> |