diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-23 08:50:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-23 18:38:39 +0000 |
commit | 5994aedd44bcf3fba93cdc33e33844231929afa8 (patch) | |
tree | 1eb56901ba9bb12d322d91f48f6f64fba14a4504 /solenv/bin | |
parent | f8604f08ed5e07e50a65b5d35f3c0c18bf19044a (diff) |
[API CHANGE] sd::frame::Configuration does not need to be an UNO service
It does not ever appear to have been used as such, and it makes
no sense to be constructed externally.
Change-Id: Ia1a0cccdaeb19ded1197ad8aae701ac86dd3bb48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145989
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index f306f0833dc1..697eef875815 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -695,7 +695,6 @@ draw_constructor_list = [ "com_sun_star_comp_Draw_PresenterHelper_get_implementation", "com_sun_star_comp_Draw_PresenterPreviewCache_get_implementation", "com_sun_star_comp_Draw_SlideRenderer_get_implementation", - "com_sun_star_comp_Draw_framework_configuration_Configuration_get_implementation", "com_sun_star_comp_draw_SdHtmlOptionsDialog_get_implementation", "com_sun_star_comp_sd_InsertSlideController_get_implementation", "com_sun_star_comp_sd_SlideLayoutController_get_implementation", |