diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-17 17:48:43 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-18 00:27:04 +0300 |
commit | 598d033c1f345b0f84e43ec7ff2b21fe8c4ce062 (patch) | |
tree | 1b52f4dfa050fee83d14aee629e390231466a9af /framework/source/classes | |
parent | 3a72afd05536b291be1a2e8bce5694fe632407d1 (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/source/classes')
-rw-r--r-- | framework/source/classes/resource.src | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src index 7cec9dc7b914..62e7b616b6ff 100644 --- a/framework/source/classes/resource.src +++ b/framework/source/classes/resource.src @@ -19,11 +19,6 @@ #include <classes/resource.hrc> -String STR_MENU_ADDONS -{ - Text [ en-US ] = "Add-Ons" ; -}; - String STR_MENU_HEADFOOTALL { Text [ en-US ] = "All" ; |