From 598d033c1f345b0f84e43ec7ff2b21fe8c4ce062 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Wed, 17 May 2017 17:48:43 +0300 Subject: Fix AddonMenu icon Another victim of tdf#96059. CommandInfoProvider can only handle .uno:Something, not slot:12345. Also, given that we're using the .uno command name, we can just get the label from officecfg, dropping the local framework string resource. Change-Id: Ia0c32bacb67699311f6bbbec0f350321802f75a0 --- framework/inc/classes/resource.hrc | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/inc') diff --git a/framework/inc/classes/resource.hrc b/framework/inc/classes/resource.hrc index 4c66725c370f..72a45931b048 100644 --- a/framework/inc/classes/resource.hrc +++ b/framework/inc/classes/resource.hrc @@ -24,7 +24,6 @@ #define RID_MENU_START 10000 #define RID_IMAGE_START 15000 -#define STR_MENU_ADDONS (RID_STR_START+0) #define STR_MENU_HEADFOOTALL (RID_STR_START+2) #define STR_UPDATEDOC (RID_STR_START+3) #define STR_CLOSEDOC_ANDRETURN (RID_STR_START+4) -- cgit