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

New commits:
commit dc025586351206f5369eeed1d9203e659d87ed04
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Mon Mar 6 15:56:33 2023 +0100
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Tue Mar 7 11:51:52 2023 +0000

    Typo in comment
    
    Change-Id: Iadf080cfae051116add064f8ac3e7d13079effb7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148351
    Tested-by: Heiko Tietze <heiko.tie...@documentfoundation.org>
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/sw/source/uibase/utlui/viewlayoutctrl.cxx 
b/sw/source/uibase/utlui/viewlayoutctrl.cxx
index c091fcb01f46..453dcd91a2eb 100644
--- a/sw/source/uibase/utlui/viewlayoutctrl.cxx
+++ b/sw/source/uibase/utlui/viewlayoutctrl.cxx
@@ -66,7 +66,7 @@ void SwViewLayoutControl::StateChangedAtStatusBarControl( 
sal_uInt16 /*nSID*/, S
     if ( SfxItemState::DEFAULT != eState || pState->IsVoidItem() )
     {
         GetStatusBar().SetItemText( GetId(), OUString() );
-        mpImpl->mnState = 4; //tdf#148441 switch off is disabled
+        mpImpl->mnState = 4; //tdf#148441 switch off, if disabled
     }
     else
     {

Reply via email to