summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-26 11:13:50 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-27 13:32:33 +0200
commit92da6de0c5da28f98806c39e5c521b2d680bd92c (patch)
tree523fcb2754dd3920e7ed46c48f454bc2982b9aac
parentee1c5c47680921465b8c880e7834d756cfc2e892 (diff)
hrc cleanup: Remove commented out code
Change-Id: Id859d1e039d9012c100c16d49d2de0560cac2a66
-rw-r--r--cui/source/customize/cfg.src27
-rw-r--r--cui/source/tabpages/numpages.src11
-rw-r--r--cui/source/tabpages/tabline.src8
-rw-r--r--reportdesign/source/ui/dlg/Navigator.src18
-rw-r--r--sd/source/ui/dlg/present.src8
-rw-r--r--svtools/source/dialogs/so3res.src6
-rw-r--r--sw/source/ui/config/optdlg.src40
-rw-r--r--sw/source/ui/frmdlg/frmpage.src7
8 files changed, 0 insertions, 125 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 ;
- };
-*/
};
};
};
diff --git a/reportdesign/source/ui/dlg/Navigator.src b/reportdesign/source/ui/dlg/Navigator.src
index 150c98d88343..e35c76364f58 100644
--- a/reportdesign/source/ui/dlg/Navigator.src
+++ b/reportdesign/source/ui/dlg/Navigator.src
@@ -152,24 +152,6 @@ Menu RID_MENU_NAVIGATOR
{
ITEM_EDIT_DELETE
};
-/*
- MenuItem
- {
- Separator = TRUE;
- };
- MenuItem
- {
- ITEM_EDIT_CUT
- };
- MenuItem
- {
- ITEM_EDIT_COPY
- };
- MenuItem
- {
- ITEM_EDIT_PASTE
- };
-*/
};
};
diff --git a/sd/source/ui/dlg/present.src b/sd/source/ui/dlg/present.src
index 3f3888f89c16..5be050230013 100644
--- a/sd/source/ui/dlg/present.src
+++ b/sd/source/ui/dlg/present.src
@@ -140,14 +140,6 @@ ModalDialog DLG_START_PRESENTATION
Text [ en-US ] = "A~uto" ;
TabStop = TRUE ;
};
-/*
- FixedText FT_PAUSE
- {
- Pos = MAP_APPFONT ( 32, 124 ) ;
- Size = MAP_APPFONT ( 25, 12 ) ;
- Text [ en-US ] = "Pause:" ;
- };
-*/
TimeField TMF_PAUSE
{
HelpID = "sd:TimeField:DLG_START_PRESENTATION:TMF_PAUSE";
diff --git a/svtools/source/dialogs/so3res.src b/svtools/source/dialogs/so3res.src
index f566739d61c2..357942c01bf2 100644
--- a/svtools/source/dialogs/so3res.src
+++ b/svtools/source/dialogs/so3res.src
@@ -168,12 +168,6 @@ Resource RID_SO_ERROR_HANDLER
{
Text [ en-US ] = "The specified file could not be opened." ;
};
- /*
- String & S_MAX
- {
- Text = "";
- };
-*/
};
Resource RID_SO_ERRCTX
{
diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
index 94c5d62d6b2c..cd588fe37fe7 100644
--- a/sw/source/ui/config/optdlg.src
+++ b/sw/source/ui/config/optdlg.src
@@ -225,26 +225,6 @@ TabPage TP_OPTPRINT_PAGE
TabStop = TRUE ;
Group = TRUE ;
};
-/*
- removed, tables now always get printed
- CheckBox CB_PTAB
- {
- HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB";
- Pos = MAP_APPFONT ( 12 , 27 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
- Text [ en-US ] = "~Tables" ;
- };
-*/
-/*
- functionally merged with CB_PGRF (pictures and graphics)
- CheckBox CB_PDRAW
- {
- HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW";
- Pos = MAP_APPFONT ( 12 , 40 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
- Text [ en-US ] = "Dra~wings" ;
- };
-*/
CheckBox CB_CTRLFLD
{
HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_CTRLFLD";
@@ -309,16 +289,6 @@ TabPage TP_OPTPRINT_PAGE
Size = MAP_APPFONT ( 70 , 10 ) ;
Text [ en-US ] = "~Right pages" ;
};
-/*
- removed, noe handled by the new print dialog (i.e. vcl) itself
- CheckBox CB_REVERSE
- {
- HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_REVERSE";
- Pos = MAP_APPFONT ( 96 , 40 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
- Text [ en-US ] = "Re~versed" ;
- };
-*/
CheckBox CB_PROSPECT
{
HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT";
@@ -391,16 +361,6 @@ TabPage TP_OPTPRINT_PAGE
TabStop = TRUE ;
Text [ en-US ] = "Print ~automatically inserted blank pages";
};
-/*
- CheckBox CB_SINGLEJOBS
- {
- HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_SINGLEJOBS";
- Pos = MAP_APPFONT ( 12 , 119 ) ;
- Size = MAP_APPFONT ( 200 , 10 ) ;
- TabStop = TRUE ;
- Text [ en-US ] = "Create s~ingle print jobs" ;
- };
-*/
CheckBox CB_PAPERFROMSETUP
{
HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PAPERFROMSETUP";
diff --git a/sw/source/ui/frmdlg/frmpage.src b/sw/source/ui/frmdlg/frmpage.src
index a38cc8b1d577..9984478fbe15 100644
--- a/sw/source/ui/frmdlg/frmpage.src
+++ b/sw/source/ui/frmdlg/frmpage.src
@@ -205,13 +205,6 @@ TabDialog DLG_FRM_OLE
PageResID = TP_BACKGROUND ;
Text [ en-US ] = "Background" ;
};
- /*
- PageItem {
- Identifier = TP_COLUMN ;
- PageResID = TP_COLUMN;
- Text [ en-US ] = "Columns" ;
- };
-*/
PageItem
{
Identifier = TP_MACRO_ASSIGN ;