From 92da6de0c5da28f98806c39e5c521b2d680bd92c Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 26 Jun 2012 11:13:50 +0200 Subject: hrc cleanup: Remove commented out code Change-Id: Id859d1e039d9012c100c16d49d2de0560cac2a66 --- sw/source/ui/config/optdlg.src | 40 ---------------------------------------- 1 file changed, 40 deletions(-) (limited to 'sw/source/ui/config/optdlg.src') 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"; -- cgit