aboutsummaryrefslogtreecommitdiff
path: root/source/rw/basctl
diff options
context:
space:
mode:
authorMartin Srebotnjak <miles@filmsi.net>2021-06-07 07:03:43 +0200
committerAndras Timar <andras.timar@collabora.com>2021-06-07 07:03:43 +0200
commitc856f9a26324096ca38ffea04bd282e37ec661ea (patch)
treea1f1f8fc65d3e75a6eda78e61e711fe0a583cb97 /source/rw/basctl
parent387ea1005f554dadedc7073e947bbd93dfa38c25 (diff)
Update Slovenian translation
Change-Id: I02198f187bd48f4f3d7ce6cda65a0389d210d606
Diffstat (limited to 'source/rw/basctl')
0 files changed, 0 insertions, 0 deletions
ture/table_panel'>feature/table_panel LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/accessibility/inc
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-07-11 16:54:09 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2024-07-12 07:03:45 +0200
commit1c892a7729234202e6ce14e116e91786b248835a (patch)
treeb205d5d039a3800ce88b991f131def5a23270196 /accessibility/inc
parenta8314f77a4735d50b51dacddc810a3790faf35dc (diff)
icon choice ctrl entry a11y: Use OAccessibleComponentHelper as base
Let `AccessibleIconChoiceCtrlEntry` derive from `comphelper::OAccessibleComponentHelper` which allows simplifying the class. It just requires implementing the virtual `implGetBounds()` method and provides implementations for the the other location/size-related methods using that, so drop the custom implementations doing the same. This also makes it unnecessary to implement the `XAccessibleEventBroadcaster` methods ourselves, so drop the custom handling and `AccessibleIconChoiceCtrlEntry::m_nClientId` altogether as well. Change-Id: Iaa14293a911ea7b199a21baf8c5c3cfb5075efcf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170380 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'accessibility/inc')