sw/source/uibase/config/usrpref.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dff8d3af57ebb4c3dab205e4deb966f5ebda55cd
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Wed Jul 5 15:30:30 2023 +0300
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Wed Jul 5 22:57:06 2023 +0200

    tdf#155462: Re-enable ShowScrollBarTips expert config
    
    ... accidentally broken by commit 4ed26badfd6fd9190cb6e54078b41eb38cb37dca.
    
    Change-Id: I407e1eab47277dd8fa00c123b32596557fd5f2a7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154038
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sw/source/uibase/config/usrpref.cxx 
b/sw/source/uibase/config/usrpref.cxx
index e2599f4092b3..055949ef4b93 100644
--- a/sw/source/uibase/config/usrpref.cxx
+++ b/sw/source/uibase/config/usrpref.cxx
@@ -388,7 +388,7 @@ void SwLayoutViewConfig::Load()
                 case 16: m_rParent.SetViewLayoutBookMode(bSet); break;// 
"ViewLayout/BookMode",
                 case 17: m_rParent.SetDefaultPageMode(bSet,true); break;// 
"Other/IsSquaredPageMode",
                 case 18: m_rParent.SetApplyCharUnit(bSet, true); break;// 
"Other/ApplyUserChar"
-                case 29: m_rParent.SetShowScrollBarTips(bSet); break;// 
"Window/ShowScrollBarTips",
+                case 19: m_rParent.SetShowScrollBarTips(bSet); break;// 
"Window/ShowScrollBarTips",
             }
         }
     }

Reply via email to