diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-14 16:01:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-15 06:56:06 +0100 |
commit | 48e4a871d926b534eb6131d16d04d68b151b2847 (patch) | |
tree | acff758f6a02a4f806b8bbd6b6f2a094d68006a6 /svx/source/tbxctrls | |
parent | 92e5898fa9ffa4dd8742f5f26e790563feef286e (diff) |
loplugin:unusedmethods
Change-Id: I1e125bbd388953491b3f869641484fea737d39ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159423
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/tbunosearchcontrollers.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.cxx b/svx/source/tbxctrls/tbunosearchcontrollers.cxx index e4a0a45e0f07..8e833167ea12 100644 --- a/svx/source/tbxctrls/tbunosearchcontrollers.cxx +++ b/svx/source/tbxctrls/tbunosearchcontrollers.cxx @@ -419,11 +419,6 @@ void FindTextFieldControl::append_text(const OUString& rText) m_xWidget->append_text(rText); } -void FindTextFieldControl::set_entry_message_type(weld::EntryMessageType eType) -{ - m_xWidget->set_entry_message_type(eType); -} - namespace { class SearchToolbarControllersManager |