summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-05-03 20:38:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-05-04 09:57:28 +0200
commitb1ea5cc2ee0b50651c7cac4d85a49a199693ed1c (patch)
tree4088b9a08c0d556538c8212f82d5c689b392427b /include/vcl
parentd18c19a916d7221da5d1ac19df4b2d99afbd0724 (diff)
Related: tdf#131725 if SvTreeListBox RTL set, set scrollbars to match
so if we have a RTL SvTreeListBox in a LTR environ then we get RTL scrollbars Change-Id: Ia9aaab81f273e31c61cfe4fd4e138709414ad599 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133778 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/toolkit/treelistbox.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/toolkit/treelistbox.hxx b/include/vcl/toolkit/treelistbox.hxx
index 0a9ea9da5a22..e280e9043ce3 100644
--- a/include/vcl/toolkit/treelistbox.hxx
+++ b/include/vcl/toolkit/treelistbox.hxx
@@ -690,6 +690,8 @@ public:
virtual FactoryFunction GetUITestFactory() const override;
void SetDragHelper(const rtl::Reference<TransferDataContainer>& rHelper, sal_uInt8 eDNDConstants);
+
+ virtual void EnableRTL(bool bEnable = true) override;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */