[Libreoffice-commits] core.git: solenv/bin

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 28 11:49:26 UTC 2021


 solenv/bin/native-code.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit eed05aae4a308224ffde7e00d347830f80bbefef
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Sep 28 12:15:24 2021 +0100
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Sep 28 13:48:49 2021 +0200

    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 at collabora.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

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",


More information about the Libreoffice-commits mailing list