diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-05-31 12:46:24 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-05-31 12:48:24 +0300 |
commit | eaf9ed44af5ec746cfbeecf20817074e501d6a5e (patch) | |
tree | c0298c6b9ef549f045f0ffd6a06e8038924b9093 /solenv | |
parent | ee4c9ff0756063e84dcf0fddd05386b009fbc0cf (diff) |
Add the Visio import filter constructor
Change-Id: I6f1ebf18e0565862703bcd4291f2705c8a605de0
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 9545c5ef9108..15671bdb33b2 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -386,6 +386,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 = [ |