sw/source/ui/config/optpage.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit bfd6ee8b0b87db47ca8dd433fb9bb2221a3f20a2
Author: shark <[email protected]>
AuthorDate: Thu Jan 29 15:15:50 2026 +0000
Commit: Heiko Tietze <[email protected]>
CommitDate: Tue Feb 24 14:17:19 2026 +0100
tdf#150800 Improve change of vertical scrollbar from left to right
Change-Id: I6371e75b89ece41ba43f543a717fc0dd809c46bd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198454
Reviewed-by: Heiko Tietze <[email protected]>
Tested-by: Jenkins
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
index 77a29f52e227..6dfa07f7248e 100644
--- a/sw/source/ui/config/optpage.cxx
+++ b/sw/source/ui/config/optpage.cxx
@@ -173,8 +173,6 @@ SwContentOptPage::SwContentOptPage(weld::Container* pPage,
weld::DialogControlle
m_xZoomValue->hide();
}
- if(!SvtCJKOptions::IsVerticalTextEnabled() )
- m_xVRulerRightCBox->hide();
m_xVRulerCBox->connect_toggled(LINK(this, SwContentOptPage, VertRulerHdl
));
for (const auto& [pId, eFUnit] : STR_ARR_METRIC)