diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-08-12 15:03:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-08-13 08:34:01 +0200 |
commit | cb41806ad98a394333234fce02ad8681f1a4604c (patch) | |
tree | 3636e76a49ff242cd3e882723f4db7ef2a36fa94 /dbaccess | |
parent | f4027dd967a3292cfba689ca735d839b16ac2d92 (diff) |
loplugin:unusedmethods
tweak the python script to code with some clang weirdnes
Change-Id: I88fc9f901748ff44af2b67704cc437b770ef0737
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138196
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/sbamultiplex.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/sbamultiplex.hxx b/dbaccess/source/ui/inc/sbamultiplex.hxx index d48e3299e9b6..47fd753d4af6 100644 --- a/dbaccess/source/ui/inc/sbamultiplex.hxx +++ b/dbaccess/source/ui/inc/sbamultiplex.hxx @@ -276,9 +276,6 @@ namespace dbaui sal_Int32 getOverallLen() const; - ::comphelper::OInterfaceContainerHelper3<css::beans::XVetoableChangeListener>* getContainer(const OUString& rName) - { return m_aListeners.getContainer(rName); } - private: void Notify(::comphelper::OInterfaceContainerHelper3<css::beans::XVetoableChangeListener>& rListeners, const css::beans::PropertyChangeEvent& e); }; |