diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-03-10 11:13:17 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-03-12 18:51:28 +0000 |
commit | c5460594c21bab12db2d5a6601db84ea9726c416 (patch) | |
tree | 9c83db3889aa0c331c82968f70643b9c31e0c7eb /include | |
parent | 1bc139baf020ac840010d5d0dab6ce1452eb36d7 (diff) |
Resolves: tdf#154087 update scrollbar range when search criteria change
Change-Id: Iaf5f20c8952b15f3dcccb65277dadb171a705605
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148607
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/searchcharmap.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/searchcharmap.hxx b/include/svx/searchcharmap.hxx index 33d7432096d8..1af4ce5fe1a6 100644 --- a/include/svx/searchcharmap.hxx +++ b/include/svx/searchcharmap.hxx @@ -50,6 +50,7 @@ public: virtual void SelectIndex( int index, bool bFocus = false ) override; void AppendCharToList(sal_UCS4 cChar); void ClearPreviousData(); + void UpdateScrollRange(); virtual sal_Int32 getMaxCharCount() const override; |