diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2022-04-13 10:16:00 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2022-04-13 18:22:29 +0200 |
commit | 827d97887a8284e09fdeb2aa2918f60f09fd1a4a (patch) | |
tree | 7cc4be650a97ecbd0c6678ac763fcf0ddafc3e35 /solenv | |
parent | cd1b93aafad2bd868025d363be9a913a2913ef39 (diff) |
tdf#148553 liblo-native-code: Add services for numeric controls
Change-Id: I67727b8ced6c501f0e220fa2024976640ca7028a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132950
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
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 88d53d320602..6b9ebdbb4601 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -190,6 +190,7 @@ core_constructor_list = [ ("com_sun_star_form_OListBoxControl_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY && !ENABLE_FUZZERS"), ("com_sun_star_form_OListBoxModel_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY && !ENABLE_FUZZERS"), ("com_sun_star_form_ONumericModel_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY && !ENABLE_FUZZERS"), + ("com_sun_star_form_ONumericControl_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY && !ENABLE_FUZZERS"), ("com_sun_star_form_ORadioButtonControl_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY && !ENABLE_FUZZERS"), ("com_sun_star_form_ORadioButtonModel_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY && !ENABLE_FUZZERS"), ("com_sun_star_form_XForms_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY && !ENABLE_FUZZERS"), @@ -419,6 +420,7 @@ core_constructor_list = [ "stardiv_Toolkit_UnoDateFieldControl_get_implementation", "stardiv_Toolkit_UnoGroupBoxControl_get_implementation", "stardiv_Toolkit_UnoListBoxControl_get_implementation", + "stardiv_Toolkit_UnoNumericFieldControl_get_implementation", "stardiv_Toolkit_UnoRadioButtonControl_get_implementation", "stardiv_Toolkit_UnoSpinButtonModel_get_implementation", "stardiv_Toolkit_VCLXPointer_get_implementation", |