diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-23 19:51:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-25 13:36:53 +0200 |
commit | 1942182a3d1817bc539229d7fda3af69f7e295b8 (patch) | |
tree | 1c7291efb486d4789c580671ef0ea2133251c92c /svtools | |
parent | 2f00a7c61fff9c091f08b6aaa4f829cd34fb3745 (diff) |
weld HyperLink Dialog
Change-Id: Ic861b0a593505828a900fe2163125d6f5584a956
Reviewed-on: https://gerrit.libreoffice.org/74634
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/inettbc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx index eff7b67fcb47..e0358e05c86c 100644 --- a/svtools/source/control/inettbc.cxx +++ b/svtools/source/control/inettbc.cxx @@ -579,7 +579,7 @@ IMPL_LINK_NOARG( MatchContext_Impl, Select_Impl, void*, void ) } // insert all completed strings into the listbox - pBox->Clear(); + pBox->clear(); for (auto const& completion : aCompletions) { |