summaryrefslogtreecommitdiff
path: root/include/comphelper/listenernotification.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-02 10:57:52 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-02 12:14:51 +0000
commit813f3436eaca46087e35912719a5cc198712714b (patch)
tree1bd2b7cb7a390c607a821d7ac371acdeecaa16b9 /include/comphelper/listenernotification.hxx
parent1a7e0cfd86c03607f9009aec40dbfa5d43de0c8e (diff)
loplugin:unusedmethods comphelper
Change-Id: I704a1e777505dbad83d81857f09601c2887fb6a1 Reviewed-on: https://gerrit.libreoffice.org/16682 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/comphelper/listenernotification.hxx')
-rw-r--r--include/comphelper/listenernotification.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/comphelper/listenernotification.hxx b/include/comphelper/listenernotification.hxx
index a2b6d35a7e86..f0ff806463aa 100644
--- a/include/comphelper/listenernotification.hxx
+++ b/include/comphelper/listenernotification.hxx
@@ -77,11 +77,6 @@ namespace comphelper
inline bool
empty() const;
- /** determines the number of elements in the container
- */
- inline size_t
- size() const;
-
/** creates an iterator for looping through all registered listeners
*/
::std::unique_ptr< ::cppu::OInterfaceIteratorHelper > createIterator()
@@ -145,11 +140,6 @@ namespace comphelper
return ( m_aListeners.getLength() == 0 );
}
- inline size_t OListenerContainer::size() const
- {
- return m_aListeners.getLength();
- }
-
//= OSimpleListenerContainer
@@ -194,7 +184,6 @@ namespace comphelper
using OListenerContainer::disposing;
using OListenerContainer::clear;
using OListenerContainer::empty;
- using OListenerContainer::size;
using OListenerContainer::createIterator;
/// typed notification