diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-06-04 14:58:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-06-04 15:49:51 +0300 |
commit | 80457313b4cf9e9d846c5c694500edb71cccb8d7 (patch) | |
tree | 9b9a952f920f918246350bb1c3d813afc226e27c /solenv | |
parent | a4807544be6a8d042883796386eb7a651d576238 (diff) |
Add css_comp_Impress_oox_PowerPointExport
Change-Id: I17d95cce0dd69e2ba8b4ebc7045544fc5659a249
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 9160dece3961..aa3a03d3fd20 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -391,6 +391,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", +# sd/util/sdfilt.component + "css_comp_Impress_oox_PowerPointExport", # writerperfect/source/draw/wpftdraw.component "com_sun_star_comp_Draw_VisioImportFilter_get_implementation", ] |