diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-26 11:13:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:32:33 +0200 |
commit | 92da6de0c5da28f98806c39e5c521b2d680bd92c (patch) | |
tree | 523fcb2754dd3920e7ed46c48f454bc2982b9aac /cui | |
parent | ee1c5c47680921465b8c880e7834d756cfc2e892 (diff) |
hrc cleanup: Remove commented out code
Change-Id: Id859d1e039d9012c100c16d49d2de0560cac2a66
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfg.src | 27 | ||||
-rw-r--r-- | cui/source/tabpages/numpages.src | 11 | ||||
-rw-r--r-- | cui/source/tabpages/tabline.src | 8 |
3 files changed, 0 insertions, 46 deletions
diff --git a/cui/source/customize/cfg.src b/cui/source/customize/cfg.src index 4fe3b13b057e..64e093601767 100644 --- a/cui/source/customize/cfg.src +++ b/cui/source/customize/cfg.src @@ -373,33 +373,6 @@ Menu MODIFY_TOOLBAR_CONTENT { Separator = TRUE ; }; - /* - MenuItem - { - Identifier = ID_ICON_ONLY ; - Text [ en-US ] = "Icon Only" ; - RadioCheck = TRUE ; - AutoCheck = TRUE ; - }; - MenuItem - { - Identifier = ID_TEXT_ONLY ; - Text [ en-US ] = "Text Only" ; - RadioCheck = TRUE ; - AutoCheck = TRUE ; - }; - MenuItem - { - Identifier = ID_ICON_AND_TEXT ; - Text [ en-US ] = "Icon & Text" ; - RadioCheck = TRUE ; - AutoCheck = TRUE ; - }; - MenuItem - { - Separator = TRUE ; - }; - */ MenuItem { Identifier = ID_CHANGE_SYMBOL ; diff --git a/cui/source/tabpages/numpages.src b/cui/source/tabpages/numpages.src index 3cddfef4e867..7c0e37b922ad 100644 --- a/cui/source/tabpages/numpages.src +++ b/cui/source/tabpages/numpages.src @@ -801,14 +801,3 @@ String RID_STR_EDIT_GRAPHIC { Text [ en-US ] = "Link" ; }; -/* -String RID_STR_FULLNUMS_1 { Text = "1.|1.1|a)|61589|61589" ; }; -String RID_STR_FULLNUMS_2 { Text = "1.|a)|61589|61589|61589" ; }; -String RID_STR_FULLNUMS_3 { Text = "1.|(a)|i.|A.|61589" ; }; -String RID_STR_FULLNUMS_4 { Text = "1.|1.|1.|1.|1." ; }; -String RID_STR_FULLNUMS_5 { Text = "I.|A.|i.|a)|61589" ; }; -String RID_STR_FULLNUMS_6 { Text = "A.|I.|a.|i.|61589" ; }; -String RID_STR_FULLNUMS_7 { Text = "1|1.1|1.1.1|1.1.1.1|1.1.1.1.1" ; }; -String RID_STR_FULLNUMS_8 { Text = "61487|61488|61485|61589|61589" ; }; -String RID_STR_FULLNUMS_7_HTML { Text = "I.|I.|I|I.|I." ; }; -*/ diff --git a/cui/source/tabpages/tabline.src b/cui/source/tabpages/tabline.src index c98fa120aaee..05350581abb1 100644 --- a/cui/source/tabpages/tabline.src +++ b/cui/source/tabpages/tabline.src @@ -846,14 +846,6 @@ TabDialog RID_SVXDLG_LINE Text [ en-US ] = "Arrow Styles" ; PageResID = RID_SVXPAGE_LINEEND_DEF ; }; -/* - PageItem - { - Identifier = RID_SVXPAGE_COLOR ; - Text [ en-US ] = "Colors" ; - PageResID = RID_SVXPAGE_COLOR ; - }; -*/ }; }; }; |