summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-14 10:49:08 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-14 11:06:48 +0000
commit218cd09611583437c05c33e2aa3b2b81cb416f98 (patch)
tree1b3b99677e6acff1f6224f9bd7441f161fcf2596 /cui
parentremove some unused typedefs, and inline some use-once (diff)
downloadcore-218cd09611583437c05c33e2aa3b2b81cb416f98.tar.gz
core-218cd09611583437c05c33e2aa3b2b81cb416f98.zip
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.src5
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
{