From e051bb72d6a12e4a10d4a3548eb6a131b80d96fb Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 17 Sep 2018 12:04:41 +0200 Subject: Fix SID_EXTRUSION_TOOGLE -> SID_EXTRUSION_TOGGLE It passed "make check" on Linux. If accepted, I have to update these files: helpcontent2/helpers/help_hid.lst : SID_EXTRUSION_TOOGLE,10960,.uno:ExtrusionToggle helpcontent2/helpers/longnames_commands.csv : SID_EXTRUSION_TOOGLE,.uno:ExtrusionToggle helpcontent2/helpers/uno_hid.lst : SID_EXTRUSION_TOOGLE,10960,.uno:ExtrusionToggle Change-Id: Ie315ef92b6aa8c03c6fc180f4e82d95f28975c2e Reviewed-on: https://gerrit.libreoffice.org/60631 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- sw/sdi/drawsh.sdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/sdi') diff --git a/sw/sdi/drawsh.sdi b/sw/sdi/drawsh.sdi index 0b30d6fba4ce..a50df1289a61 100644 --- a/sw/sdi/drawsh.sdi +++ b/sw/sdi/drawsh.sdi @@ -266,7 +266,7 @@ interface TextDraw : TextDrawBase DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] - SID_EXTRUSION_TOOGLE + SID_EXTRUSION_TOGGLE [ ExecMethod = Execute ; StateMethod = GetState ; -- cgit