diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-05-31 12:46:24 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-09-20 14:29:59 +0200 |
commit | 889ec5cb46d63f4bc6feef331e4dfdc297147efc (patch) | |
tree | b70d71d61394fc276d883f0001ba86b406f4b3e3 /solenv | |
parent | c6ef786516820cdc5993e250c56af7bec5ef27c4 (diff) |
Add the Visio import filter constructor
Change-Id: I6f1ebf18e0565862703bcd4291f2705c8a605de0
(cherry picked from commit 8644530b7eb5e7d136a7d87b475baaa62756b109)
Reviewed-on: https://gerrit.libreoffice.org/79237
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 79cad15709f4..40f5edf90c01 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -381,6 +381,8 @@ draw_constructor_list = [ "com_sun_star_comp_Draw_framework_module_ModuleController_get_implementation", # sd/util/sdd.component "com_sun_star_comp_draw_FormatDetector_get_implementation", +# writerperfect/source/draw/wpftdraw.component + "com_sun_star_comp_Draw_VisioImportFilter_get_implementation", ] writer_factory_list = [ |