diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-15 20:00:41 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-15 20:12:22 +0200 |
commit | df31a0e3edc8dae5feaed48e8731fa4d7d440117 (patch) | |
tree | 450aaa83e181793298b3288789bb18d996516b3e /solenv | |
parent | 60af010a98540b4785353b27ccbb545ef72e7791 (diff) |
Fix fallout after a700ce8e2b2f2dad50bf36dfd69de577211f1dc3
Change-Id: I489126d291f9420aa1692d4b1f187f72dfd92a62
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 02a607eeacdc..b90e0e2955be 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -51,12 +51,12 @@ core_factory_list = [ core_constructor_list = [ # sax/source/expatwrap/expwrap.component - "com_sun_star_comp_extensions_xml_sax_ParserExpat", - "com_sun_star_comp_extensions_xml_sax_FastParser", + "com_sun_star_comp_extensions_xml_sax_ParserExpat_get_implementation", + "com_sun_star_comp_extensions_xml_sax_FastParser_get_implementation", # svtools/util/svt.component "com_sun_star_comp_graphic_GraphicProvider_get_implementation", # svx/util/svx.component - "com_sun_star_drawing_EnhancedCustomShapeEngine_implementation_getFactory", + "com_sun_star_drawing_EnhancedCustomShapeEngine_get_implementation", ] extended_core_factory_list = core_factory_list + [ |