sw/source/uibase/inc/scroll.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit da6caa65c80977191084c33d5f17eead1cac763e Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Aug 2 16:22:25 2022 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Aug 3 09:54:35 2022 +0200 salTrue->true Change-Id: I5982726248c52f88ac5d262912d106e2f6c39f55 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137701 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/sw/source/uibase/inc/scroll.hxx b/sw/source/uibase/inc/scroll.hxx index 8527e796966e..3fb198807998 100644 --- a/sw/source/uibase/inc/scroll.hxx +++ b/sw/source/uibase/inc/scroll.hxx @@ -23,7 +23,7 @@ class SwScrollbar final : public ScrollBar { Size m_aDocSz; - bool m_bHori :1; // horizontal = salTrue, otherwise vertical + bool m_bHori :1; // horizontal = true, otherwise vertical bool m_bAuto :1; // for scrolling mode bool m_bVisible :1; // show/hide should only set this flag bool m_bSizeSet :1; // was the size already set?