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 056e29a54b Small correction to my last commit
056e29a54b is described below

commit 056e29a54b2bc22b8b1c910df9944efe06f90d13
Author: mseidel <msei...@apache.org>
AuthorDate: Tue Apr 18 15:35:49 2023 +0200

    Small correction to my last commit
    
    (cherry picked from commit 33b3750682c20168eb895966f4a72c085257db2d)
---
 main/sc/source/ui/optdlg/tpview.cxx  | 2 ++
 main/sw/source/ui/config/optpage.cxx | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/sc/source/ui/optdlg/tpview.cxx 
b/main/sc/source/ui/optdlg/tpview.cxx
index e4c2481915..c56e212824 100644
--- a/main/sc/source/ui/optdlg/tpview.cxx
+++ b/main/sc/source/ui/optdlg/tpview.cxx
@@ -312,6 +312,8 @@ IMPL_LINK( ScTpContentOptions, CBHdl, CheckBox*, pBtn )
        else if ( &aBigHandleCB         == pBtn )       eOption = 
VOPT_BIGHANDLES;
        else if ( &aRowColHeaderCB      == pBtn )       eOption = VOPT_HEADER;
 
+       pLocalOptions->SetOption( eOption, bChecked );
+
        return 0;
 }
 /*-----------------11.01.97 13.13-------------------
diff --git a/main/sw/source/ui/config/optpage.cxx 
b/main/sw/source/ui/config/optpage.cxx
index 0655302be0..2fbd032ce7 100644
--- a/main/sw/source/ui/config/optpage.cxx
+++ b/main/sw/source/ui/config/optpage.cxx
@@ -96,7 +96,6 @@ SwContentOptPage::SwContentOptPage( Window* pParent,
        SfxTabPage( pParent, SW_RES( TP_CONTENT_OPT ), rCoreSet ),
     aLineFL       ( this,   SW_RES( FL_LINE     ) ),
        aCrossCB          ( this,       SW_RES( CB_CROSS     ) ),
-//     aSolidHandleCB( this,   SW_RES( CB_HANDLE       ) ),
        aBigHandleCB  ( this,   SW_RES( CB_BIGHANDLE) ),
 
     aWindowFL     ( this,   SW_RES( FL_WINDOW   ) ),
@@ -2620,4 +2619,3 @@ IMPL_LINK_INLINE_START( SwTestTabPage, AutoClickHdl, 
CheckBox *, EMPTYARG )
 IMPL_LINK_INLINE_END( SwTestTabPage, AutoClickHdl, CheckBox *, EMPTYARG )
 #endif
 
-

Reply via email to