summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-05-17 17:48:43 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2017-05-18 00:27:04 +0300
commit598d033c1f345b0f84e43ec7ff2b21fe8c4ce062 (patch)
tree1b52f4dfa050fee83d14aee629e390231466a9af /framework/inc
parent3a72afd05536b291be1a2e8bce5694fe632407d1 (diff)
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
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/classes/resource.hrc1
1 files changed, 0 insertions, 1 deletions
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)