diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-09-28 12:15:24 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2021-09-28 13:48:49 +0200 |
commit | eed05aae4a308224ffde7e00d347830f80bbefef (patch) | |
tree | 362d304bbb418572feafc36da84f31e9ec076cd9 /solenv | |
parent | 9cd4845e50efb30c14407b139ef05a891dea1781 (diff) |
com_sun_star_comp_svx_CharacterSpacingToolBoxControl is duplicated
com_sun_star_comp_svx_CharacterSpacingToolBoxControl_get_implementation
is already listed under svx/util/svx.component
Change-Id: I55fd0e2aff051b62b33d5b257ced8e934c9053d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122770
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'solenv')
-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 9e035ddc1b87..e9f2ebd3fab1 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -385,7 +385,6 @@ core_constructor_list = [ # 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_CharacterSpacingToolBoxControl_get_implementation", "com_sun_star_comp_svx_ColorToolBoxControl_get_implementation", "com_sun_star_comp_svx_FontNameToolBoxControl_get_implementation", "com_sun_star_comp_svx_FrameToolBoxControl_get_implementation", |