diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-17 14:44:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-17 14:49:04 +0200 |
commit | d5995b3f6713839e0f03774664ea4bd9664e6323 (patch) | |
tree | 4782efd8f47568a1fc1269d957b50ec6880d8e7f /solenv | |
parent | 1113c243b100fa5258d7fc1e72e3afd5d9f871e8 (diff) |
More components needed by finalPaper.docx
Change-Id: I7ab959ad227d77722a14a2cfa7addc55b58dc219
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index c8eb5c660183..9b566c18d222 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -96,7 +96,10 @@ core_constructor_list = [ # svx/util/svx.component "com_sun_star_drawing_EnhancedCustomShapeEngine_get_implementation", # svx/util/svxcore.component + "com_sun_star_comp_graphic_PrimitiveFactory2D_get_implementation", + "com_sun_star_comp_Draw_GraphicExporter_get_implementation", "com_sun_star_comp_Svx_GraphicExportHelper_get_implementation", + "com_sun_star_comp_Svx_GraphicImportHelper_get_implementation", # toolkit/util/tk.component "stardiv_Toolkit_VCLXToolkit_get_implementation", # uui/util/uui.component |