This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 06672689b6 Fixed typo, Cleanup
06672689b6 is described below

commit 06672689b6f03b6367665a49f605eab6777d9473
Author: mseidel <[email protected]>
AuthorDate: Mon May 26 20:18:34 2025 +0200

    Fixed typo, Cleanup
    
    (cherry picked from commit cee3580f4014a93ad237a857323f0fc72a13fcfe)
---
 main/helpcontent2/helpers/help_hid.lst |  1 -
 main/sc/source/ui/src/optdlg.src       | 14 --------------
 main/sw/source/ui/config/optdlg.src    | 10 ----------
 3 files changed, 25 deletions(-)

diff --git a/main/helpcontent2/helpers/help_hid.lst 
b/main/helpcontent2/helpers/help_hid.lst
index 7a4e918287..c9ea5ba3e4 100644
--- a/main/helpcontent2/helpers/help_hid.lst
+++ b/main/helpcontent2/helpers/help_hid.lst
@@ -9379,7 +9379,6 @@ sw_CheckBox_TP_CONTENT_OPT_CB_CROSS,878396430,
 sw_CheckBox_TP_CONTENT_OPT_CB_DRWFAST,878396419,
 sw_CheckBox_TP_CONTENT_OPT_CB_FIELD,878396420,
 sw_CheckBox_TP_CONTENT_OPT_CB_GRF,878396417,
-sw_CheckBox_TP_CONTENT_OPT_CB_HANDLE,878396475,
 sw_CheckBox_TP_CONTENT_OPT_CB_HRULER,878396433,
 sw_CheckBox_TP_CONTENT_OPT_CB_HSCROLL,878396431,
 sw_CheckBox_TP_CONTENT_OPT_CB_POSTIT,878396439,
diff --git a/main/sc/source/ui/src/optdlg.src b/main/sc/source/ui/src/optdlg.src
index 871e99d9a1..3ba50f5875 100644
--- a/main/sc/source/ui/src/optdlg.src
+++ b/main/sc/source/ui/src/optdlg.src
@@ -19,14 +19,8 @@
  *
  *************************************************************/
 
-
-
 #include "optdlg.hrc"
 
-/**************************************************************************/
-/*                                                                        */
-/**************************************************************************/
-
 TabPage RID_SCPAGE_CALC
 {
        HelpId = HID_SCPAGE_CALC ;
@@ -336,14 +330,6 @@ TabPage RID_SCPAGE_CONTENT
                Size = MAP_APPFONT ( 112, 10 ) ;
                Text [ en-US ] = "Guides ~while moving" ;
        };
-// TODO: Remove code for unused handles
-//     CheckBox CB_HANDLES
-//     {
-//             HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_HANDLES" ;
-//             Pos = MAP_APPFONT ( 12, 70 ) ;
-//             Size = MAP_APPFONT ( 112, 10 ) ;
-//             Text [ en-US ] = "~Simple handles" ;
-//     };
        CheckBox CB_BIGHANDLES
        {
                HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_BIGHANDLES" ;
diff --git a/main/sw/source/ui/config/optdlg.src 
b/main/sw/source/ui/config/optdlg.src
index 8503ed5a3e..1781402aaf 100644
--- a/main/sw/source/ui/config/optdlg.src
+++ b/main/sw/source/ui/config/optdlg.src
@@ -19,8 +19,6 @@
  *
  *************************************************************/
 
-
-
 #ifndef _SFX_HRC
 #include <sfx2/sfx.hrc>
 #endif
@@ -55,14 +53,6 @@ TabPage TP_CONTENT_OPT
                Size = MAP_APPFONT ( 118, 10 ) ;
                Text [ en-US ] = "Guides ~while moving" ;
        };
-// TODO: Remove code for unused handles
-//     CheckBox CB_HANDLE
-//     {
-//             HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HANDLE" ;
-//             Pos = MAP_APPFONT ( 12, 27 ) ;
-//             Size = MAP_APPFONT ( 118, 10 ) ;
-//             Text [ en-US ] = "Sim~ple handles" ;
-//     };
        CheckBox CB_BIGHANDLE
        {
                HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_BIGHANDLE" ;

Reply via email to