[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sw/source

Herbert Dürr hdu at apache.org
Mon Aug 12 07:07:33 PDT 2013


 sw/source/ui/config/optdlg.src |   20 --------------------
 1 file changed, 20 deletions(-)

New commits:
commit 04ea4cfabd0af3e2ff30b3ceec41494f47e37db3
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Aug 12 12:07:19 2013 +0000

    #i122764# remove commented-out obsoleted print options
    
    CWS printerpullpages obsoleted some printer options and they were
    commented out in #i106914#. They are gone for good, so remove them.

diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
index 380e90b..1cf0d84 100644
--- a/sw/source/ui/config/optdlg.src
+++ b/sw/source/ui/config/optdlg.src
@@ -235,26 +235,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";


More information about the Libreoffice-commits mailing list