diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-12-03 15:16:48 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-12-03 15:28:17 +0200 |
commit | f0b83878c2781ab6aa24bd5995155850920f4339 (patch) | |
tree | 71d76fc2217df776c791271381213bc67af7999b | |
parent | d1138d72ed4f5c2ada2dd53f4b091964d8a284e6 (diff) |
Add AnyCompareFactory_get_implementation and...
... com_sun_star_comp_util_OfficeInstallationDirectories.
Needed when loading a .ott document.
Change-Id: I6074869074b47d2fb679132975520b18659b5c67
-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 f35d4e89aab4..404fb398cb80 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -105,11 +105,13 @@ core_constructor_list = [ # comphelper/util/comphelp.component "com_sun_star_comp_MemoryStream", "com_sun_star_comp_task_OfficeRestartManager", + "AnyCompareFactory_get_implementation", "IndexedPropertyValuesContainer_get_implementation", "NamedPropertyValuesContainer_get_implementation", "com_sun_star_comp_comphelper_OPropertyBag", "com_sun_star_comp_SequenceInputStreamService", "com_sun_star_comp_SequenceOutputStreamService", + "com_sun_star_comp_util_OfficeInstallationDirectories", # dbaccess/util/dba.component ("com_sun_star_comp_dba_ORowSet_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY"), # forms/util/frm.component |