summaryrefslogtreecommitdiff
path: root/cui/source/customize/cfg.hrc
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-09-08 11:40:52 +0300
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-09-15 17:04:07 +0000
commit58abb0fd301c235ea3f8d2a00be299ca0e9c7a8e (patch)
treee8f9c20c0b285491b6c9bea14c7278327e894c23 /cui/source/customize/cfg.hrc
parent51e1f98e5a9817e7bdb740dd0dacfe5f49b6f07f (diff)
tdf#82840 Add radio buttons for toolbar styles
Add 'Icons Only', 'Text Only', and 'Icons & Text' radio buttons to the 'Toolbar' tab of the 'Customize' dialog. And remove the corresponding items from the 'Toolbar' menu button. Also removed some unused literals and code pieces. This patch is towards achieving the design and functionality suggested in the related bug report. Change-Id: I072b05ae64817e93c0dbd5fb434126b525c2fd48 Reviewed-on: https://gerrit.libreoffice.org/28773 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui/source/customize/cfg.hrc')
-rw-r--r--cui/source/customize/cfg.hrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/customize/cfg.hrc b/cui/source/customize/cfg.hrc
index 486206f9b9ea..5f7a37413a89 100644
--- a/cui/source/customize/cfg.hrc
+++ b/cui/source/customize/cfg.hrc
@@ -24,11 +24,6 @@
#define ID_DELETE (44 + CFG_OFFSET)
// There is a gap here
-#define ID_ICONS_ONLY (48 + CFG_OFFSET)
-#define ID_ICONS_AND_TEXT (49 + CFG_OFFSET)
-#define ID_ICON_ONLY (50 + CFG_OFFSET)
-#define ID_ICON_AND_TEXT (51 + CFG_OFFSET)
-#define ID_TEXT_ONLY (52 + CFG_OFFSET)
#define ID_CHANGE_SYMBOL (53 + CFG_OFFSET)
#define ID_RESET_SYMBOL (54 + CFG_OFFSET)
#define ID_DEFAULT_COMMAND (55 + CFG_OFFSET)