From f5738518a6ff5321d4d35d9bed4a640ae0a6ae9a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 27 Mar 2017 10:16:02 +0200 Subject: remove unhandled SID commands from svx In this case, also remove those unhandled commands which are present in a *Commands.xcu file, but not in any other kind of .xcu file. Change-Id: I8b42df7357349872e28d3ee60ec2c0505358cff6 Reviewed-on: https://gerrit.libreoffice.org/35648 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/inc/app.hrc | 1 - 1 file changed, 1 deletion(-) (limited to 'sd/inc') diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 0897e6c38fbe..79d5e8ed649c 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -154,7 +154,6 @@ #define SID_OBJECT_TRANSPARENCE (SID_SD_START+100) #define SID_OBJECT_GRADIENT (SID_SD_START+101) // FREE -// In svxids.hrc: SID_INSERT_IMAGE (SID_SD_START+105) // In svxids.hrc: SID_INSERT_MATH (SID_SD_START+106) #define SID_OBJECT_SHEAR (SID_SD_START+107) #define SID_DELETE_SNAPITEM (SID_SD_START+108) -- cgit