diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-03-10 11:13:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-03-10 15:18:34 +0000 |
commit | e6230bbfc9526af65e6618390593c3a3c90743d0 (patch) | |
tree | d12ea4607c257aad90061e3b71aee49c16b2a5b3 /include/svx | |
parent | 531a462f3110b70a6ba56db336dffbb270276013 (diff) |
Resolves: tdf#154087 update scrollbar range when search criteria change
Change-Id: Iaf5f20c8952b15f3dcccb65277dadb171a705605
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148606
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-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 7ebc8ce5ab2c..d05f3ea82728 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; |