diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-14 10:49:08 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-14 11:06:48 +0000 |
commit | 218cd09611583437c05c33e2aa3b2b81cb416f98 (patch) | |
tree | 1b3b99677e6acff1f6224f9bd7441f161fcf2596 /cui | |
parent | f7965b0bcd559451c471a26bf5fd6f542887d95e (diff) |
inline some use-once macros
Change-Id: I7ebd8fe70b083a772118a1aab8cdfbf795d6f1e5
Reviewed-on: https://gerrit.libreoffice.org/23235
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfg.src | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cui/source/customize/cfg.src b/cui/source/customize/cfg.src index 0ac1b96317fc..b9a515bd2c20 100644 --- a/cui/source/customize/cfg.src +++ b/cui/source/customize/cfg.src @@ -26,9 +26,6 @@ #define TEXT_DELETE_NODOTS \ Text [ en-US ] = "Delete" ;\ -#define TEXT_TEXT_ONLY \ - Text [ en-US ] = "Text only" ;\ - Menu MODIFY_TOOLBAR { ItemList = @@ -68,7 +65,7 @@ Menu MODIFY_TOOLBAR Identifier = ID_TEXT_ONLY ; RadioCheck = TRUE ; AutoCheck = TRUE ; - TEXT_TEXT_ONLY + Text [ en-US ] = "Text only" ; }; MenuItem { |